Shades of Dark Goldenrod #AF8F04
Tints of Dark Goldenrod #AF8F04
RGB
CMYK
RGB Variations
Color information
#AF8F04 (or 0xAF8F04) is known color: Dark Goldenrod. HEX triplet: AF, 8F and 04. RGB value is (175,143,4). Sum of RGB (Red+Green+Blue) = 175+143+4=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F04 is #5070FB. Grayscale: #898989. Windows color (decimal): -5271804 or 298927. OLE color: 298927.
HSL color Cylindrical-coordinate representation of color #AF8F04: hue angle of 48.77º 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 #AF8F04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.31 |
| HSL | 48.77º | 0.96% | 0.35% | - |
| HSV(B) | 48.77º | 0.98% | 0.69% | - |
| XYZ | 27.52 | 28.77 | 4.22 | - |
| YUV | 136.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 4 | 0 | 0.18 | 0.98 | 0.31 | 48.77 | 0.96 | 0.35 |
| Hex | AF | 8F | 4 | 0 | 12 | 62 | 1F | 31 | 60 | 23 |
| Octal | 257 | 217 | 4 | 0 | 22 | 142 | 37 | 61 | 140 | 43 |
| Binary | 10101111 | 10001111 | 100 | 0 | 10010 | 1100010 | 11111 | 110001 | 1100000 | 100011 |
Color Harmonies of #AF8F04
Complementary color
Monochromatic Colors of #AF8F04
Black with #AF8F04
Text Example
Text Example
White with #AF8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F04; }
p { color: rgb(175,143,4); }
H1.HeaderClassName
{
color: #AF8F04;
}
.AnyTagClassName
{
color: #AF8F04;
}
</style>
background-color css
<style>
a { background-color: #AF8F04; }
a { background-color: rgb(175,143,4); }
div.DivClassName
{
background-color: #AF8F04;
}
.BgClassName
{
background-color: #AF8F04;
}
</style>
border-color css
<style>
span { border-color: #AF8F04; }
span { border-color: rgb(175,143,4); }
td.TdClassName
{
border-color: #AF8F04;
}
.TagClassName
{
border-color: #AF8F04;
}
</style>