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