Color Hex Logo

#a88134 Color Hex

#A88134
(168,129,52)
0 Favorites   0 Comments

Color spaces of #a88134

RGB 16812952
HSL0.110.530.43
HSV40°69°66°
CMYK 0.000.230.69   0.34
XYZ24.618524.27336.6365
Yxy24.27330.44340.4371
Hunter Lab49.26792.975126.5011
CIE-Lab56.36046.823046.0506

#a88134 color RGB value is (168,129,52).

#a88134 hex color red value is 168, green value is 129 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #a88134 hue: 0.11 , saturation: 0.53 and the lightness value of a88134 is 0.43.

The process color (four color CMYK) of #a88134 color hex is 0.00, 0.23, 0.69, 0.34. Web safe color of #a88134 is #999933. Color #a88134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000001 00110100
Octal 250 201 64
Decimal 168 129 52
Hex A8 81 34

RGB Percentages of Color #a88134

%48.14
%36.96
%14.90

CMYK Percentages of Color #a88134

%0
%23
%69
%34

Triadic Colors of #a88134

#a88134 #34a881 #8134a8

Analogous Colors of #a88134

#a88134 #95a834 #a84734

Monochromatic Colors of #a88134

#a88134

Complementary Color

#a88134 #345ba8

#a88134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88134 Color CSS Codes

.mybgcolor {background-color:#a88134; } 
.myforecolor {color:#a88134; }
.mybordercolor {border:3px solid #a88134; }

#a88134 Text Font Color

<p style="color:#a88134">Text here</p>

This sample text font color is #a88134
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a88134 Background Color

<div style="background-color:#a88134">
Div content here</div>

This div background color is #a88134


#a88134 Border Color

<div style="border:3px solid #a88134">
Div here</div>

This div border color is #a88134


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,129,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a88134; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a88134;
  -webkit-box-shadow: 1px 1px 3px 2px #a88134;
  box-shadow:         1px 1px 3px 2px #a88134; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,129,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a88134">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a88134;
  -webkit-box-shadow: 1px 1px 3px 2px #a88134;
  box-shadow:         1px 1px 3px 2px #a88134;">
Div content here</div>

This div box has shadow with color #a88134


Comments

No comments written yet.

Please login to write comment.