Color Hex Logo

#a09b1d Color Hex

#A09B1D
(160,155,29)
0 Favorites   0 Comments

Color spaces of #a09b1d

RGB 16015529
HSL0.160.690.37
HSV58°82°63°
CMYK 0.000.030.82   0.37
XYZ26.440331.00505.7534
Yxy31.00500.41840.4906
Hunter Lab55.6821-12.684232.8513
CIE-Lab62.5119-12.016360.3151

#a09b1d color RGB value is (160,155,29).

#a09b1d hex color red value is 160, green value is 155 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a09b1d hue: 0.16 , saturation: 0.69 and the lightness value of a09b1d is 0.37.

The process color (four color CMYK) of #a09b1d color hex is 0.00, 0.03, 0.82, 0.37. Web safe color of #a09b1d is #999933. Color #a09b1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011011 00011101
Octal 240 233 35
Decimal 160 155 29
Hex A0 9B 1D

RGB Percentages of Color #a09b1d

%46.51
%45.06
%8.43

CMYK Percentages of Color #a09b1d

%0
%3
%82
%37

Triadic Colors of #a09b1d

#a09b1d #1da09b #9b1da0

Analogous Colors of #a09b1d

#a09b1d #64a01d #a05a1d

Monochromatic Colors of #a09b1d

#a09b1d

Complementary Color

#a09b1d #1d22a0

#a09b1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09b1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09b1d Color CSS Codes

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

#a09b1d Text Font Color

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

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


#a09b1d Background Color

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

This div background color is #a09b1d


#a09b1d Border Color

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

This div border color is #a09b1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,155,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 #a09b1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09b1d


Comments

No comments written yet.

Please login to write comment.