Shades of Dark Goldenrod #AF8110
Tints of Dark Goldenrod #AF8110
RGB
CMYK
RGB Variations
Color information
#AF8110 (or 0xAF8110) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 10. RGB value is (175,129,16). Sum of RGB (Red+Green+Blue) = 175+129+16=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8110 is #507EEF. Grayscale: #828282. Windows color (decimal): -5275376 or 1081775. OLE color: 1081775.
HSL color Cylindrical-coordinate representation of color #AF8110: hue angle of 42.64º 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 #AF8110 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 16 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.31 |
| HSL | 42.64º | 0.83% | 0.37% | - |
| HSV(B) | 42.64º | 0.91% | 0.69% | - |
| XYZ | 25.62 | 24.85 | 3.94 | - |
| YUV | 129.87 | 63.74 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 16 | 0 | 0.26 | 0.91 | 0.31 | 42.64 | 0.83 | 0.37 |
| Hex | AF | 81 | 10 | 0 | 1A | 5B | 1F | 2B | 53 | 25 |
| Octal | 257 | 201 | 20 | 0 | 32 | 133 | 37 | 53 | 123 | 45 |
| Binary | 10101111 | 10000001 | 10000 | 0 | 11010 | 1011011 | 11111 | 101011 | 1010011 | 100101 |
Color Harmonies of #AF8110
Complementary color
Monochromatic Colors of #AF8110
Black with #AF8110
Text Example
Text Example
White with #AF8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8110; }
p { color: rgb(175,129,16); }
H1.HeaderClassName
{
color: #AF8110;
}
.AnyTagClassName
{
color: #AF8110;
}
</style>
background-color css
<style>
a { background-color: #AF8110; }
a { background-color: rgb(175,129,16); }
div.DivClassName
{
background-color: #AF8110;
}
.BgClassName
{
background-color: #AF8110;
}
</style>
border-color css
<style>
span { border-color: #AF8110; }
span { border-color: rgb(175,129,16); }
td.TdClassName
{
border-color: #AF8110;
}
.TagClassName
{
border-color: #AF8110;
}
</style>