Shades of Dark Goldenrod #AF8510
Tints of Dark Goldenrod #AF8510
RGB
CMYK
RGB Variations
Color information
#AF8510 (or 0xAF8510) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 10. RGB value is (175,133,16). Sum of RGB (Red+Green+Blue) = 175+133+16=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8510 is #507AEF. Grayscale: #848484. Windows color (decimal): -5274352 or 1082799. OLE color: 1082799.
HSL color Cylindrical-coordinate representation of color #AF8510: hue angle of 44.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF8510 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 16 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.31 |
| HSL | 44.15º | 0.83% | 0.37% | - |
| HSV(B) | 44.15º | 0.91% | 0.69% | - |
| XYZ | 26.16 | 25.93 | 4.12 | - |
| YUV | 132.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 16 | 0 | 0.24 | 0.91 | 0.31 | 44.15 | 0.83 | 0.37 |
| Hex | AF | 85 | 10 | 0 | 18 | 5B | 1F | 2C | 53 | 25 |
| Octal | 257 | 205 | 20 | 0 | 30 | 133 | 37 | 54 | 123 | 45 |
| Binary | 10101111 | 10000101 | 10000 | 0 | 11000 | 1011011 | 11111 | 101100 | 1010011 | 100101 |
Color Harmonies of #AF8510
Complementary color
Monochromatic Colors of #AF8510
Black with #AF8510
Text Example
Text Example
White with #AF8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8510; }
p { color: rgb(175,133,16); }
H1.HeaderClassName
{
color: #AF8510;
}
.AnyTagClassName
{
color: #AF8510;
}
</style>
background-color css
<style>
a { background-color: #AF8510; }
a { background-color: rgb(175,133,16); }
div.DivClassName
{
background-color: #AF8510;
}
.BgClassName
{
background-color: #AF8510;
}
</style>
border-color css
<style>
span { border-color: #AF8510; }
span { border-color: rgb(175,133,16); }
td.TdClassName
{
border-color: #AF8510;
}
.TagClassName
{
border-color: #AF8510;
}
</style>