Color Hex Logo

#a88b3b Color Hex

#A88B3B
(168,139,59)
0 Favorites   0 Comments

Color spaces of #a88b3b

RGB 16813959
HSL0.120.480.45
HSV44°65°66°
CMYK 0.000.170.65   0.34
XYZ26.170527.10587.9903
Yxy27.10580.42720.4424
Hunter Lab52.0632-1.384527.3448
CIE-Lab59.07211.696145.7015

#a88b3b color RGB value is (168,139,59).

#a88b3b hex color red value is 168, green value is 139 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a88b3b hue: 0.12 , saturation: 0.48 and the lightness value of a88b3b is 0.45.

The process color (four color CMYK) of #a88b3b color hex is 0.00, 0.17, 0.65, 0.34. Web safe color of #a88b3b is #999933. Color #a88b3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 00111011
Octal 250 213 73
Decimal 168 139 59
Hex A8 8B 3B

RGB Percentages of Color #a88b3b

%45.90
%37.98
%16.12

CMYK Percentages of Color #a88b3b

%0
%17
%65
%34

Triadic Colors of #a88b3b

#a88b3b #3ba88b #8b3ba8

Analogous Colors of #a88b3b

#a88b3b #8fa83b #a8553b

Monochromatic Colors of #a88b3b

#a88b3b

Complementary Color

#a88b3b #3b58a8

#a88b3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88b3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88b3b Color CSS Codes

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

#a88b3b Text Font Color

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

This sample text font color is #a88b3b
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.


#a88b3b Background Color

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

This div background color is #a88b3b


#a88b3b Border Color

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

This div border color is #a88b3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88b3b


Comments

No comments written yet.

Please login to write comment.