#AD8012

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

Shades of Dark Goldenrod #AD8012

Tints of Dark Goldenrod #AD8012

Color information

#AD8012 (or 0xAD8012) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 80 and 12. RGB value is (173,128,18). Sum of RGB (Red+Green+Blue) = 173+128+18=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8012 is #527FED. Grayscale: #818181. Windows color (decimal): -5406702 or 1212589. OLE color: 1212589.

HSL color Cylindrical-coordinate representation of color #AD8012: hue angle of 42.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD8012 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB17312818-
CMYK00.260.900.32
HSL42.58º81.15%37.45%-
HSV(B)42.58º89.6%67.84%-
XYZ25.0624.373.95-
YUV128.9265.41159.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.23%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=54.23%
G=40.13%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731281800.260.900.3242.5881.1537.45
HexAD801201A5A202b5125
Octal25520022032132405312145
Binary10101101100000001001001101010110101000001010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8012; }

 p { color: rgb(173,128,18); }

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

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

 a { background-color: rgb(173,128,18); }

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

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

 span { border-color: rgb(173,128,18); }

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