#AD9008

Color #AD9008 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AD9008

Tints of Dark Goldenrod #AD9008

Color information

#AD9008 (or 0xAD9008) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 90 and 08. RGB value is (173,144,8). Sum of RGB (Red+Green+Blue) = 173+144+8=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9008 is #526FF7. Grayscale: #898989. Windows color (decimal): -5402616 or 561325. OLE color: 561325.

HSL color Cylindrical-coordinate representation of color #AD9008: hue angle of 49.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD9008 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1731448-
CMYK00.170.950.32
HSL49.45º91.16%35.49%-
HSV(B)49.45º95.38%67.84%-
XYZ27.2528.854.36-
YUV137.1755.11153.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 8 (3.52% from 255) = 2.46%
R=53.23%
G=44.31%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173144800.170.950.3249.4591.1635.49
HexAD9080115F20315b23
Octal25522010021137406113343
Binary1010110110010000100001000110111111000001100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9008; }

 p { color: rgb(173,144,8); }

 H1.HeaderClassName
 {
   color: #AD9008;
 }
 .AnyTagClassName
 {
   color: #AD9008;
 }
</style>
background-color css

<style>
 a { background-color: #AD9008; }

 a { background-color: rgb(173,144,8); }

 div.DivClassName
 {
   background-color: #AD9008;
 }
 .BgClassName
 {
   background-color: #AD9008;
 }
</style>
border-color css

<style>
 span { border-color: #AD9008; }

 span { border-color: rgb(173,144,8); }

 td.TdClassName
 {
   border-color: #AD9008;
 }
 .TagClassName
 {
   border-color: #AD9008;
 }
</style>