Shades of Dark Goldenrod #AF8311
Tints of Dark Goldenrod #AF8311
RGB
CMYK
RGB Variations
Color information
#AF8311 (or 0xAF8311) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 11. RGB value is (175,131,17). Sum of RGB (Red+Green+Blue) = 175+131+17=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8311 is #507CEE. Grayscale: #838383. Windows color (decimal): -5274863 or 1147823. OLE color: 1147823.
HSL color Cylindrical-coordinate representation of color #AF8311: hue angle of 43.29º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF8311 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 17 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.31 |
| HSL | 43.29º | 0.82% | 0.38% | - |
| HSV(B) | 43.29º | 0.9% | 0.69% | - |
| XYZ | 25.9 | 25.39 | 4.07 | - |
| YUV | 131.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 17 | 0 | 0.25 | 0.90 | 0.31 | 43.29 | 0.82 | 0.38 |
| Hex | AF | 83 | 11 | 0 | 19 | 5A | 1F | 2B | 52 | 26 |
| Octal | 257 | 203 | 21 | 0 | 31 | 132 | 37 | 53 | 122 | 46 |
| Binary | 10101111 | 10000011 | 10001 | 0 | 11001 | 1011010 | 11111 | 101011 | 1010010 | 100110 |
Color Harmonies of #AF8311
Complementary color
Monochromatic Colors of #AF8311
Black with #AF8311
Text Example
Text Example
White with #AF8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8311; }
p { color: rgb(175,131,17); }
H1.HeaderClassName
{
color: #AF8311;
}
.AnyTagClassName
{
color: #AF8311;
}
</style>
background-color css
<style>
a { background-color: #AF8311; }
a { background-color: rgb(175,131,17); }
div.DivClassName
{
background-color: #AF8311;
}
.BgClassName
{
background-color: #AF8311;
}
</style>
border-color css
<style>
span { border-color: #AF8311; }
span { border-color: rgb(175,131,17); }
td.TdClassName
{
border-color: #AF8311;
}
.TagClassName
{
border-color: #AF8311;
}
</style>