Shades of Dark Goldenrod #AF7004
Tints of Dark Goldenrod #AF7004
RGB
CMYK
RGB Variations
Color information
#AF7004 (or 0xAF7004) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 04. RGB value is (175,112,4). Sum of RGB (Red+Green+Blue) = 175+112+4=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7004 is #508FFB. Grayscale: #777777. Windows color (decimal): -5279740 or 290991. OLE color: 290991.
HSL color Cylindrical-coordinate representation of color #AF7004: hue angle of 37.89º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF7004 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.31 |
| HSL | 37.89º | 0.96% | 0.35% | - |
| HSV(B) | 37.89º | 0.98% | 0.69% | - |
| XYZ | 23.5 | 20.71 | 2.87 | - |
| YUV | 118.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 4 | 0 | 0.36 | 0.98 | 0.31 | 37.89 | 0.96 | 0.35 |
| Hex | AF | 70 | 4 | 0 | 24 | 62 | 1F | 26 | 60 | 23 |
| Octal | 257 | 160 | 4 | 0 | 44 | 142 | 37 | 46 | 140 | 43 |
| Binary | 10101111 | 1110000 | 100 | 0 | 100100 | 1100010 | 11111 | 100110 | 1100000 | 100011 |
Color Harmonies of #AF7004
Complementary color
Monochromatic Colors of #AF7004
Black with #AF7004
Text Example
Text Example
White with #AF7004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7004; }
p { color: rgb(175,112,4); }
H1.HeaderClassName
{
color: #AF7004;
}
.AnyTagClassName
{
color: #AF7004;
}
</style>
background-color css
<style>
a { background-color: #AF7004; }
a { background-color: rgb(175,112,4); }
div.DivClassName
{
background-color: #AF7004;
}
.BgClassName
{
background-color: #AF7004;
}
</style>
border-color css
<style>
span { border-color: #AF7004; }
span { border-color: rgb(175,112,4); }
td.TdClassName
{
border-color: #AF7004;
}
.TagClassName
{
border-color: #AF7004;
}
</style>