#AD7C0F

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

Shades of Dark Goldenrod #AD7C0F

Tints of Dark Goldenrod #AD7C0F

Color information

#AD7C0F (or 0xAD7C0F) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 7C and 0F. RGB value is (173,124,15). Sum of RGB (Red+Green+Blue) = 173+124+15=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C0F is #5283F0. Grayscale: #7E7E7E. Windows color (decimal): -5407729 or 1014957. OLE color: 1014957.

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

Color convert

RGB17312415-
CMYK00.280.910.32
HSL41.39º84.04%36.86%-
HSV(B)41.39º91.33%67.84%-
XYZ24.5323.333.66-
YUV126.2265.23161.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.45%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 15 (6.25% from 255) = 4.81%
R=55.45%
G=39.74%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731241500.280.910.3241.3984.0436.86
HexAD7CF01C5B20295425
Octal25517417034133405112445
Binary101011011111100111101110010110111000001010011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C0F; }

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

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

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

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

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

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

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

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