Shades of Dark Goldenrod #AF850A
Tints of Dark Goldenrod #AF850A
RGB
CMYK
RGB Variations
Color information
#AF850A (or 0xAF850A) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 0A. RGB value is (175,133,10). Sum of RGB (Red+Green+Blue) = 175+133+10=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF850A is #507AF5. Grayscale: #848484. Windows color (decimal): -5274358 or 689583. OLE color: 689583.
HSL color Cylindrical-coordinate representation of color #AF850A: hue angle of 44.73º 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 #AF850A is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 10 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.31 |
| HSL | 44.73º | 0.89% | 0.36% | - |
| HSV(B) | 44.73º | 0.94% | 0.69% | - |
| XYZ | 26.12 | 25.91 | 3.91 | - |
| YUV | 131.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 10 | 0 | 0.24 | 0.94 | 0.31 | 44.73 | 0.89 | 0.36 |
| Hex | AF | 85 | A | 0 | 18 | 5E | 1F | 2D | 59 | 24 |
| Octal | 257 | 205 | 12 | 0 | 30 | 136 | 37 | 55 | 131 | 44 |
| Binary | 10101111 | 10000101 | 1010 | 0 | 11000 | 1011110 | 11111 | 101101 | 1011001 | 100100 |
Color Harmonies of #AF850A
Complementary color
Monochromatic Colors of #AF850A
Black with #AF850A
Text Example
Text Example
White with #AF850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF850A; }
p { color: rgb(175,133,10); }
H1.HeaderClassName
{
color: #AF850A;
}
.AnyTagClassName
{
color: #AF850A;
}
</style>
background-color css
<style>
a { background-color: #AF850A; }
a { background-color: rgb(175,133,10); }
div.DivClassName
{
background-color: #AF850A;
}
.BgClassName
{
background-color: #AF850A;
}
</style>
border-color css
<style>
span { border-color: #AF850A; }
span { border-color: rgb(175,133,10); }
td.TdClassName
{
border-color: #AF850A;
}
.TagClassName
{
border-color: #AF850A;
}
</style>