Shades of Dark Goldenrod #AF8404
Tints of Dark Goldenrod #AF8404
RGB
CMYK
RGB Variations
Color information
#AF8404 (or 0xAF8404) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 04. RGB value is (175,132,4). Sum of RGB (Red+Green+Blue) = 175+132+4=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8404 is #507BFB. Grayscale: #828282. Windows color (decimal): -5274620 or 296111. OLE color: 296111.
HSL color Cylindrical-coordinate representation of color #AF8404: hue angle of 44.91º 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 #AF8404 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.31 |
| HSL | 44.91º | 0.96% | 0.35% | - |
| HSV(B) | 44.91º | 0.98% | 0.69% | - |
| XYZ | 25.95 | 25.63 | 3.69 | - |
| YUV | 130.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 4 | 0 | 0.25 | 0.98 | 0.31 | 44.91 | 0.96 | 0.35 |
| Hex | AF | 84 | 4 | 0 | 19 | 62 | 1F | 2D | 60 | 23 |
| Octal | 257 | 204 | 4 | 0 | 31 | 142 | 37 | 55 | 140 | 43 |
| Binary | 10101111 | 10000100 | 100 | 0 | 11001 | 1100010 | 11111 | 101101 | 1100000 | 100011 |
Color Harmonies of #AF8404
Complementary color
Monochromatic Colors of #AF8404
Black with #AF8404
Text Example
Text Example
White with #AF8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8404; }
p { color: rgb(175,132,4); }
H1.HeaderClassName
{
color: #AF8404;
}
.AnyTagClassName
{
color: #AF8404;
}
</style>
background-color css
<style>
a { background-color: #AF8404; }
a { background-color: rgb(175,132,4); }
div.DivClassName
{
background-color: #AF8404;
}
.BgClassName
{
background-color: #AF8404;
}
</style>
border-color css
<style>
span { border-color: #AF8404; }
span { border-color: rgb(175,132,4); }
td.TdClassName
{
border-color: #AF8404;
}
.TagClassName
{
border-color: #AF8404;
}
</style>