Shades of Dark Goldenrod #AF6F04
Tints of Dark Goldenrod #AF6F04
RGB
CMYK
RGB Variations
Color information
#AF6F04 (or 0xAF6F04) is known color: Dark Goldenrod. HEX triplet: AF, 6F and 04. RGB value is (175,111,4). Sum of RGB (Red+Green+Blue) = 175+111+4=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F04 is #5090FB. Grayscale: #767676. Windows color (decimal): -5279996 or 290735. OLE color: 290735.
HSL color Cylindrical-coordinate representation of color #AF6F04: hue angle of 37.54º 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 #AF6F04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.31 |
| HSL | 37.54º | 0.96% | 0.35% | - |
| HSV(B) | 37.54º | 0.98% | 0.69% | - |
| XYZ | 23.39 | 20.49 | 2.84 | - |
| YUV | 117.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 4 | 0 | 0.37 | 0.98 | 0.31 | 37.54 | 0.96 | 0.35 |
| Hex | AF | 6F | 4 | 0 | 25 | 62 | 1F | 26 | 60 | 23 |
| Octal | 257 | 157 | 4 | 0 | 45 | 142 | 37 | 46 | 140 | 43 |
| Binary | 10101111 | 1101111 | 100 | 0 | 100101 | 1100010 | 11111 | 100110 | 1100000 | 100011 |
Color Harmonies of #AF6F04
Complementary color
Monochromatic Colors of #AF6F04
Black with #AF6F04
Text Example
Text Example
White with #AF6F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F04; }
p { color: rgb(175,111,4); }
H1.HeaderClassName
{
color: #AF6F04;
}
.AnyTagClassName
{
color: #AF6F04;
}
</style>
background-color css
<style>
a { background-color: #AF6F04; }
a { background-color: rgb(175,111,4); }
div.DivClassName
{
background-color: #AF6F04;
}
.BgClassName
{
background-color: #AF6F04;
}
</style>
border-color css
<style>
span { border-color: #AF6F04; }
span { border-color: rgb(175,111,4); }
td.TdClassName
{
border-color: #AF6F04;
}
.TagClassName
{
border-color: #AF6F04;
}
</style>