Shades of Dark Goldenrod #AF800A
Tints of Dark Goldenrod #AF800A
RGB
CMYK
RGB Variations
Color information
#AF800A (or 0xAF800A) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 0A. RGB value is (175,128,10). Sum of RGB (Red+Green+Blue) = 175+128+10=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF800A is #507FF5. Grayscale: #818181. Windows color (decimal): -5275638 or 688303. OLE color: 688303.
HSL color Cylindrical-coordinate representation of color #AF800A: hue angle of 42.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF800A is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 10 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.31 |
| HSL | 42.91º | 0.89% | 0.36% | - |
| HSV(B) | 42.91º | 0.94% | 0.69% | - |
| XYZ | 25.45 | 24.57 | 3.69 | - |
| YUV | 128.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 10 | 0 | 0.27 | 0.94 | 0.31 | 42.91 | 0.89 | 0.36 |
| Hex | AF | 80 | A | 0 | 1B | 5E | 1F | 2B | 59 | 24 |
| Octal | 257 | 200 | 12 | 0 | 33 | 136 | 37 | 53 | 131 | 44 |
| Binary | 10101111 | 10000000 | 1010 | 0 | 11011 | 1011110 | 11111 | 101011 | 1011001 | 100100 |
Color Harmonies of #AF800A
Complementary color
Monochromatic Colors of #AF800A
Black with #AF800A
Text Example
Text Example
White with #AF800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF800A; }
p { color: rgb(175,128,10); }
H1.HeaderClassName
{
color: #AF800A;
}
.AnyTagClassName
{
color: #AF800A;
}
</style>
background-color css
<style>
a { background-color: #AF800A; }
a { background-color: rgb(175,128,10); }
div.DivClassName
{
background-color: #AF800A;
}
.BgClassName
{
background-color: #AF800A;
}
</style>
border-color css
<style>
span { border-color: #AF800A; }
span { border-color: rgb(175,128,10); }
td.TdClassName
{
border-color: #AF800A;
}
.TagClassName
{
border-color: #AF800A;
}
</style>