Color Hex Logo

#a8931d Color Hex

#A8931D
(168,147,29)
0 Favorites   0 Comments

Color spaces of #a8931d

RGB 16814729
HSL0.140.710.39
HSV51°83°66°
CMYK 0.000.130.83   0.34
XYZ26.803929.28105.4015
Yxy29.28100.43590.4762
Hunter Lab54.1119-6.277331.9600
CIE-Lab61.0288-4.134659.3206

#a8931d color RGB value is (168,147,29).

#a8931d hex color red value is 168, green value is 147 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a8931d hue: 0.14 , saturation: 0.71 and the lightness value of a8931d is 0.39.

The process color (four color CMYK) of #a8931d color hex is 0.00, 0.13, 0.83, 0.34. Web safe color of #a8931d is #999933. Color #a8931d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010011 00011101
Octal 250 223 35
Decimal 168 147 29
Hex A8 93 1D

RGB Percentages of Color #a8931d

%48.84
%42.73
%8.43

CMYK Percentages of Color #a8931d

%0
%13
%83
%34

Triadic Colors of #a8931d

#a8931d #1da893 #931da8

Analogous Colors of #a8931d

#a8931d #78a81d #a84e1d

Monochromatic Colors of #a8931d

#a8931d

Complementary Color

#a8931d #1d32a8

#a8931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8931d Color CSS Codes

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

#a8931d Text Font Color

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

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


#a8931d Background Color

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

This div background color is #a8931d


#a8931d Border Color

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

This div border color is #a8931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8931d


Comments

No comments written yet.

Please login to write comment.