#AD8212

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

Shades of Dark Goldenrod #AD8212

Tints of Dark Goldenrod #AD8212

Color information

#AD8212 (or 0xAD8212) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 82 and 12. RGB value is (173,130,18). Sum of RGB (Red+Green+Blue) = 173+130+18=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8212 is #527DED. Grayscale: #828282. Windows color (decimal): -5406190 or 1213101. OLE color: 1213101.

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

Color convert

RGB17313018-
CMYK00.250.900.32
HSL43.35º81.15%37.45%-
HSV(B)43.35º89.6%67.84%-
XYZ25.3324.894.04-
YUV130.0964.75158.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=53.89%
G=40.50%
B=5.61%

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
Decimal1731301800.250.900.3243.3581.1537.45
HexAD82120195A202b5125
Octal25520222031132405312145
Binary10101101100000101001001100110110101000001010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8212; }

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

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

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

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

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

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

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

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