Shades of Dark Goldenrod #AF700B
Tints of Dark Goldenrod #AF700B
RGB
CMYK
RGB Variations
Color information
#AF700B (or 0xAF700B) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 0B. RGB value is (175,112,11). Sum of RGB (Red+Green+Blue) = 175+112+11=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF700B is #508FF4. Grayscale: #777777. Windows color (decimal): -5279733 or 749743. OLE color: 749743.
HSL color Cylindrical-coordinate representation of color #AF700B: hue angle of 36.95º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF700B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.31 |
| HSL | 36.95º | 0.88% | 0.36% | - |
| HSV(B) | 36.95º | 0.94% | 0.69% | - |
| XYZ | 23.53 | 20.73 | 3.08 | - |
| YUV | 119.32 | 66.87 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 11 | 0 | 0.36 | 0.94 | 0.31 | 36.95 | 0.88 | 0.36 |
| Hex | AF | 70 | B | 0 | 24 | 5E | 1F | 25 | 58 | 24 |
| Octal | 257 | 160 | 13 | 0 | 44 | 136 | 37 | 45 | 130 | 44 |
| Binary | 10101111 | 1110000 | 1011 | 0 | 100100 | 1011110 | 11111 | 100101 | 1011000 | 100100 |
Color Harmonies of #AF700B
Complementary color
Monochromatic Colors of #AF700B
Black with #AF700B
Text Example
Text Example
White with #AF700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF700B; }
p { color: rgb(175,112,11); }
H1.HeaderClassName
{
color: #AF700B;
}
.AnyTagClassName
{
color: #AF700B;
}
</style>
background-color css
<style>
a { background-color: #AF700B; }
a { background-color: rgb(175,112,11); }
div.DivClassName
{
background-color: #AF700B;
}
.BgClassName
{
background-color: #AF700B;
}
</style>
border-color css
<style>
span { border-color: #AF700B; }
span { border-color: rgb(175,112,11); }
td.TdClassName
{
border-color: #AF700B;
}
.TagClassName
{
border-color: #AF700B;
}
</style>