#AD8112

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

Shades of Dark Goldenrod #AD8112

Tints of Dark Goldenrod #AD8112

Color information

#AD8112 (or 0xAD8112) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 81 and 12. RGB value is (173,129,18). Sum of RGB (Red+Green+Blue) = 173+129+18=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8112 is #527EED. Grayscale: #818181. Windows color (decimal): -5406446 or 1212845. OLE color: 1212845.

HSL color Cylindrical-coordinate representation of color #AD8112: hue angle of 42.97º 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 #AD8112 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB17312918-
CMYK00.250.900.32
HSL42.97º81.15%37.45%-
HSV(B)42.97º89.6%67.84%-
XYZ25.1924.634-
YUV129.565.08159.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.06%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 18 (7.42% from 255) = 5.62%
R=54.06%
G=40.31%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731291800.250.900.3242.9781.1537.45
HexAD81120195A202b5125
Octal25520122031132405312145
Binary10101101100000011001001100110110101000001010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8112; }

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

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

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

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

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

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

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

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