#AD8B12

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

Shades of Dark Goldenrod #AD8B12

Tints of Dark Goldenrod #AD8B12

Color information

#AD8B12 (or 0xAD8B12) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 8B and 12. RGB value is (173,139,18). Sum of RGB (Red+Green+Blue) = 173+139+18=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8B12 is #5274ED. Grayscale: #878787. Windows color (decimal): -5403886 or 1215405. OLE color: 1215405.

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

Color convert

RGB17313918-
CMYK00.200.900.32
HSL46.84º81.15%37.45%-
HSV(B)46.84º89.6%67.84%-
XYZ26.5827.394.46-
YUV135.3761.76154.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 18 (7.42% from 255) = 5.45%
R=52.42%
G=42.12%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731391800.200.900.3246.8481.1537.45
HexAD8B120145A202f5125
Octal25521322024132405712145
Binary10101101100010111001001010010110101000001011111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B12; }

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

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

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

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

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

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

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

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