Shades of Dark Goldenrod #AF8919
Tints of Dark Goldenrod #AF8919
RGB
CMYK
RGB Variations
Color information
#AF8919 (or 0xAF8919) is known color: Dark Goldenrod. HEX triplet: AF, 89 and 19. RGB value is (175,137,25). Sum of RGB (Red+Green+Blue) = 175+137+25=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8919 is #5076E6. Grayscale: #888888. Windows color (decimal): -5273319 or 1673647. OLE color: 1673647.
HSL color Cylindrical-coordinate representation of color #AF8919: hue angle of 44.8º 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 #AF8919 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 25 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.31 |
| HSL | 44.8º | 0.75% | 0.39% | - |
| HSV(B) | 44.8º | 0.86% | 0.69% | - |
| XYZ | 26.8 | 27.08 | 4.73 | - |
| YUV | 135.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 25 | 0 | 0.22 | 0.86 | 0.31 | 44.8 | 0.75 | 0.39 |
| Hex | AF | 89 | 19 | 0 | 16 | 56 | 1F | 2D | 4B | 27 |
| Octal | 257 | 211 | 31 | 0 | 26 | 126 | 37 | 55 | 113 | 47 |
| Binary | 10101111 | 10001001 | 11001 | 0 | 10110 | 1010110 | 11111 | 101101 | 1001011 | 100111 |
Color Harmonies of #AF8919
Complementary color
Monochromatic Colors of #AF8919
Black with #AF8919
Text Example
Text Example
White with #AF8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8919; }
p { color: rgb(175,137,25); }
H1.HeaderClassName
{
color: #AF8919;
}
.AnyTagClassName
{
color: #AF8919;
}
</style>
background-color css
<style>
a { background-color: #AF8919; }
a { background-color: rgb(175,137,25); }
div.DivClassName
{
background-color: #AF8919;
}
.BgClassName
{
background-color: #AF8919;
}
</style>
border-color css
<style>
span { border-color: #AF8919; }
span { border-color: rgb(175,137,25); }
td.TdClassName
{
border-color: #AF8919;
}
.TagClassName
{
border-color: #AF8919;
}
</style>