Shades of Dark Goldenrod #AF7000
Tints of Dark Goldenrod #AF7000
RGB
CMYK
RGB Variations
Color information
#AF7000 (or 0xAF7000) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 00. RGB value is (175,112,0). Sum of RGB (Red+Green+Blue) = 175+112+0=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7000 is #508FFF. Grayscale: #767676. Windows color (decimal): -5279744 or 28847. OLE color: 28847.
HSL color Cylindrical-coordinate representation of color #AF7000: hue angle of 38.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF7000 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.31 |
| HSL | 38.4º | 1% | 0.34% | - |
| HSV(B) | 38.4º | 1% | 0.69% | - |
| XYZ | 23.47 | 20.7 | 2.76 | - |
| YUV | 118.07 | 61.37 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 0 | 0 | 0.36 | 1 | 0.31 | 38.4 | 1 | 0.34 |
| Hex | AF | 70 | 0 | 0 | 24 | 64 | 1F | 26 | 64 | 22 |
| Octal | 257 | 160 | 0 | 0 | 44 | 144 | 37 | 46 | 144 | 42 |
| Binary | 10101111 | 1110000 | 0 | 0 | 100100 | 1100100 | 11111 | 100110 | 1100100 | 100010 |
Color Harmonies of #AF7000
Complementary color
Monochromatic Colors of #AF7000
Black with #AF7000
Text Example
Text Example
White with #AF7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7000; }
p { color: rgb(175,112,0); }
H1.HeaderClassName
{
color: #AF7000;
}
.AnyTagClassName
{
color: #AF7000;
}
</style>
background-color css
<style>
a { background-color: #AF7000; }
a { background-color: rgb(175,112,0); }
div.DivClassName
{
background-color: #AF7000;
}
.BgClassName
{
background-color: #AF7000;
}
</style>
border-color css
<style>
span { border-color: #AF7000; }
span { border-color: rgb(175,112,0); }
td.TdClassName
{
border-color: #AF7000;
}
.TagClassName
{
border-color: #AF7000;
}
</style>