#AD860F

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

Shades of Dark Goldenrod #AD860F

Tints of Dark Goldenrod #AD860F

Color information

#AD860F (or 0xAD860F) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 86 and 0F. RGB value is (173,134,15). Sum of RGB (Red+Green+Blue) = 173+134+15=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD860F is #5279F0. Grayscale: #848484. Windows color (decimal): -5405169 or 1017517. OLE color: 1017517.

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

Color convert

RGB17313415-
CMYK00.230.910.32
HSL45.19º84.04%36.86%-
HSV(B)45.19º91.33%67.84%-
XYZ25.8425.974.1-
YUV132.161.92157.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 15 (6.25% from 255) = 4.66%
R=53.73%
G=41.61%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731341500.230.910.3245.1984.0436.86
HexAD86F0175B202d5425
Octal25520617027133405512445
Binary1010110110000110111101011110110111000001011011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD860F; }

 p { color: rgb(173,134,15); }

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

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

 a { background-color: rgb(173,134,15); }

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

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

 span { border-color: rgb(173,134,15); }

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