Color Hex Logo

#a88946 Color Hex

#A88946
(168,137,70)
0 Favorites   0 Comments

Color spaces of #a88946

RGB 16813770
HSL0.110.410.47
HSV41°58°66°
CMYK 0.000.180.58   0.34
XYZ26.199626.65839.5591
Yxy26.65830.41980.4271
Hunter Lab51.63170.221325.1652
CIE-Lab58.65673.607339.8293

#a88946 color RGB value is (168,137,70).

#a88946 hex color red value is 168, green value is 137 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #a88946 hue: 0.11 , saturation: 0.41 and the lightness value of a88946 is 0.47.

The process color (four color CMYK) of #a88946 color hex is 0.00, 0.18, 0.58, 0.34. Web safe color of #a88946 is #999933. Color #a88946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 01000110
Octal 250 211 106
Decimal 168 137 70
Hex A8 89 46

RGB Percentages of Color #a88946

%44.80
%36.53
%18.67

CMYK Percentages of Color #a88946

%0
%18
%58
%34

Triadic Colors of #a88946

#a88946 #46a889 #8946a8

Analogous Colors of #a88946

#a88946 #96a846 #a85846

Monochromatic Colors of #a88946

#a88946

Complementary Color

#a88946 #4665a8

#a88946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88946 Color CSS Codes

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

#a88946 Text Font Color

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

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


#a88946 Background Color

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

This div background color is #a88946


#a88946 Border Color

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

This div border color is #a88946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88946


Comments

No comments written yet.

Please login to write comment.