Shades of Dark Goldenrod #AF8C11
Tints of Dark Goldenrod #AF8C11
RGB
CMYK
RGB Variations
Color information
#AF8C11 (or 0xAF8C11) is known color: Dark Goldenrod. HEX triplet: AF, 8C and 11. RGB value is (175,140,17). Sum of RGB (Red+Green+Blue) = 175+140+17=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C11 is #5073EE. Grayscale: #888888. Windows color (decimal): -5272559 or 1150127. OLE color: 1150127.
HSL color Cylindrical-coordinate representation of color #AF8C11: hue angle of 46.71º 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 #AF8C11 is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 17 | - |
| CMYK | 0 | 0.2 | 0.90 | 0.31 |
| HSL | 46.71º | 0.82% | 0.38% | - |
| HSV(B) | 46.71º | 0.9% | 0.69% | - |
| XYZ | 27.16 | 27.91 | 4.49 | - |
| YUV | 136.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 17 | 0 | 0.2 | 0.90 | 0.31 | 46.71 | 0.82 | 0.38 |
| Hex | AF | 8C | 11 | 0 | 14 | 5A | 1F | 2F | 52 | 26 |
| Octal | 257 | 214 | 21 | 0 | 24 | 132 | 37 | 57 | 122 | 46 |
| Binary | 10101111 | 10001100 | 10001 | 0 | 10100 | 1011010 | 11111 | 101111 | 1010010 | 100110 |
Color Harmonies of #AF8C11
Complementary color
Monochromatic Colors of #AF8C11
Black with #AF8C11
Text Example
Text Example
White with #AF8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C11; }
p { color: rgb(175,140,17); }
H1.HeaderClassName
{
color: #AF8C11;
}
.AnyTagClassName
{
color: #AF8C11;
}
</style>
background-color css
<style>
a { background-color: #AF8C11; }
a { background-color: rgb(175,140,17); }
div.DivClassName
{
background-color: #AF8C11;
}
.BgClassName
{
background-color: #AF8C11;
}
</style>
border-color css
<style>
span { border-color: #AF8C11; }
span { border-color: rgb(175,140,17); }
td.TdClassName
{
border-color: #AF8C11;
}
.TagClassName
{
border-color: #AF8C11;
}
</style>