Shades of Dark Goldenrod #AF8119
Tints of Dark Goldenrod #AF8119
RGB
CMYK
RGB Variations
Color information
#AF8119 (or 0xAF8119) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 19. RGB value is (175,129,25). Sum of RGB (Red+Green+Blue) = 175+129+25=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8119 is #507EE6. Grayscale: #838383. Windows color (decimal): -5275367 or 1671599. OLE color: 1671599.
HSL color Cylindrical-coordinate representation of color #AF8119: hue angle of 41.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF8119 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 25 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.31 |
| HSL | 41.6º | 0.75% | 0.39% | - |
| HSV(B) | 41.6º | 0.86% | 0.69% | - |
| XYZ | 25.7 | 24.88 | 4.37 | - |
| YUV | 130.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 25 | 0 | 0.26 | 0.86 | 0.31 | 41.6 | 0.75 | 0.39 |
| Hex | AF | 81 | 19 | 0 | 1A | 56 | 1F | 2A | 4B | 27 |
| Octal | 257 | 201 | 31 | 0 | 32 | 126 | 37 | 52 | 113 | 47 |
| Binary | 10101111 | 10000001 | 11001 | 0 | 11010 | 1010110 | 11111 | 101010 | 1001011 | 100111 |
Color Harmonies of #AF8119
Complementary color
Monochromatic Colors of #AF8119
Black with #AF8119
Text Example
Text Example
White with #AF8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8119; }
p { color: rgb(175,129,25); }
H1.HeaderClassName
{
color: #AF8119;
}
.AnyTagClassName
{
color: #AF8119;
}
</style>
background-color css
<style>
a { background-color: #AF8119; }
a { background-color: rgb(175,129,25); }
div.DivClassName
{
background-color: #AF8119;
}
.BgClassName
{
background-color: #AF8119;
}
</style>
border-color css
<style>
span { border-color: #AF8119; }
span { border-color: rgb(175,129,25); }
td.TdClassName
{
border-color: #AF8119;
}
.TagClassName
{
border-color: #AF8119;
}
</style>