Shades of Dark Goldenrod #AF8D05
Tints of Dark Goldenrod #AF8D05
RGB
CMYK
RGB Variations
Color information
#AF8D05 (or 0xAF8D05) is known color: Dark Goldenrod. HEX triplet: AF, 8D and 05. RGB value is (175,141,5). Sum of RGB (Red+Green+Blue) = 175+141+5=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8D05 is #5072FA. Grayscale: #888888. Windows color (decimal): -5272315 or 363951. OLE color: 363951.
HSL color Cylindrical-coordinate representation of color #AF8D05: hue angle of 48º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF8D05 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.31 |
| HSL | 48º | 0.94% | 0.35% | - |
| HSV(B) | 48º | 0.97% | 0.69% | - |
| XYZ | 27.23 | 28.17 | 4.15 | - |
| YUV | 135.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 5 | 0 | 0.19 | 0.97 | 0.31 | 48 | 0.94 | 0.35 |
| Hex | AF | 8D | 5 | 0 | 13 | 61 | 1F | 30 | 5E | 23 |
| Octal | 257 | 215 | 5 | 0 | 23 | 141 | 37 | 60 | 136 | 43 |
| Binary | 10101111 | 10001101 | 101 | 0 | 10011 | 1100001 | 11111 | 110000 | 1011110 | 100011 |
Color Harmonies of #AF8D05
Complementary color
Monochromatic Colors of #AF8D05
Black with #AF8D05
Text Example
Text Example
White with #AF8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D05; }
p { color: rgb(175,141,5); }
H1.HeaderClassName
{
color: #AF8D05;
}
.AnyTagClassName
{
color: #AF8D05;
}
</style>
background-color css
<style>
a { background-color: #AF8D05; }
a { background-color: rgb(175,141,5); }
div.DivClassName
{
background-color: #AF8D05;
}
.BgClassName
{
background-color: #AF8D05;
}
</style>
border-color css
<style>
span { border-color: #AF8D05; }
span { border-color: rgb(175,141,5); }
td.TdClassName
{
border-color: #AF8D05;
}
.TagClassName
{
border-color: #AF8D05;
}
</style>