Shades of Dark Goldenrod #AF8113
Tints of Dark Goldenrod #AF8113
RGB
CMYK
RGB Variations
Color information
#AF8113 (or 0xAF8113) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 13. RGB value is (175,129,19). Sum of RGB (Red+Green+Blue) = 175+129+19=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8113 is #507EEC. Grayscale: #828282. Windows color (decimal): -5275373 or 1278383. OLE color: 1278383.
HSL color Cylindrical-coordinate representation of color #AF8113: hue angle of 42.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF8113 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 19 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.31 |
| HSL | 42.31º | 0.8% | 0.38% | - |
| HSV(B) | 42.31º | 0.89% | 0.69% | - |
| XYZ | 25.65 | 24.86 | 4.06 | - |
| YUV | 130.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 19 | 0 | 0.26 | 0.89 | 0.31 | 42.31 | 0.8 | 0.38 |
| Hex | AF | 81 | 13 | 0 | 1A | 59 | 1F | 2A | 50 | 26 |
| Octal | 257 | 201 | 23 | 0 | 32 | 131 | 37 | 52 | 120 | 46 |
| Binary | 10101111 | 10000001 | 10011 | 0 | 11010 | 1011001 | 11111 | 101010 | 1010000 | 100110 |
Color Harmonies of #AF8113
Complementary color
Monochromatic Colors of #AF8113
Black with #AF8113
Text Example
Text Example
White with #AF8113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8113; }
p { color: rgb(175,129,19); }
H1.HeaderClassName
{
color: #AF8113;
}
.AnyTagClassName
{
color: #AF8113;
}
</style>
background-color css
<style>
a { background-color: #AF8113; }
a { background-color: rgb(175,129,19); }
div.DivClassName
{
background-color: #AF8113;
}
.BgClassName
{
background-color: #AF8113;
}
</style>
border-color css
<style>
span { border-color: #AF8113; }
span { border-color: rgb(175,129,19); }
td.TdClassName
{
border-color: #AF8113;
}
.TagClassName
{
border-color: #AF8113;
}
</style>