Shades of Dark Goldenrod #AF8711
Tints of Dark Goldenrod #AF8711
RGB
CMYK
RGB Variations
Color information
#AF8711 (or 0xAF8711) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 11. RGB value is (175,135,17). Sum of RGB (Red+Green+Blue) = 175+135+17=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8711 is #5078EE. Grayscale: #868686. Windows color (decimal): -5273839 or 1148847. OLE color: 1148847.
HSL color Cylindrical-coordinate representation of color #AF8711: hue angle of 44.81º 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 #AF8711 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 17 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.31 |
| HSL | 44.81º | 0.82% | 0.38% | - |
| HSV(B) | 44.81º | 0.9% | 0.69% | - |
| XYZ | 26.44 | 26.48 | 4.25 | - |
| YUV | 133.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 17 | 0 | 0.23 | 0.90 | 0.31 | 44.81 | 0.82 | 0.38 |
| Hex | AF | 87 | 11 | 0 | 17 | 5A | 1F | 2D | 52 | 26 |
| Octal | 257 | 207 | 21 | 0 | 27 | 132 | 37 | 55 | 122 | 46 |
| Binary | 10101111 | 10000111 | 10001 | 0 | 10111 | 1011010 | 11111 | 101101 | 1010010 | 100110 |
Color Harmonies of #AF8711
Complementary color
Monochromatic Colors of #AF8711
Black with #AF8711
Text Example
Text Example
White with #AF8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8711; }
p { color: rgb(175,135,17); }
H1.HeaderClassName
{
color: #AF8711;
}
.AnyTagClassName
{
color: #AF8711;
}
</style>
background-color css
<style>
a { background-color: #AF8711; }
a { background-color: rgb(175,135,17); }
div.DivClassName
{
background-color: #AF8711;
}
.BgClassName
{
background-color: #AF8711;
}
</style>
border-color css
<style>
span { border-color: #AF8711; }
span { border-color: rgb(175,135,17); }
td.TdClassName
{
border-color: #AF8711;
}
.TagClassName
{
border-color: #AF8711;
}
</style>