Shades of Dark Goldenrod #AF8812
Tints of Dark Goldenrod #AF8812
RGB
CMYK
RGB Variations
Color information
#AF8812 (or 0xAF8812) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 12. RGB value is (175,136,18). Sum of RGB (Red+Green+Blue) = 175+136+18=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8812 is #5077ED. Grayscale: #868686. Windows color (decimal): -5273582 or 1214639. OLE color: 1214639.
HSL color Cylindrical-coordinate representation of color #AF8812: hue angle of 45.1º degrees, saturation: 0.81, 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 #AF8812 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 18 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.31 |
| HSL | 45.1º | 0.81% | 0.38% | - |
| HSV(B) | 45.1º | 0.9% | 0.69% | - |
| XYZ | 26.59 | 26.77 | 4.34 | - |
| YUV | 134.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 18 | 0 | 0.22 | 0.90 | 0.31 | 45.1 | 0.81 | 0.38 |
| Hex | AF | 88 | 12 | 0 | 16 | 5A | 1F | 2D | 51 | 26 |
| Octal | 257 | 210 | 22 | 0 | 26 | 132 | 37 | 55 | 121 | 46 |
| Binary | 10101111 | 10001000 | 10010 | 0 | 10110 | 1011010 | 11111 | 101101 | 1010001 | 100110 |
Color Harmonies of #AF8812
Complementary color
Monochromatic Colors of #AF8812
Black with #AF8812
Text Example
Text Example
White with #AF8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8812; }
p { color: rgb(175,136,18); }
H1.HeaderClassName
{
color: #AF8812;
}
.AnyTagClassName
{
color: #AF8812;
}
</style>
background-color css
<style>
a { background-color: #AF8812; }
a { background-color: rgb(175,136,18); }
div.DivClassName
{
background-color: #AF8812;
}
.BgClassName
{
background-color: #AF8812;
}
</style>
border-color css
<style>
span { border-color: #AF8812; }
span { border-color: rgb(175,136,18); }
td.TdClassName
{
border-color: #AF8812;
}
.TagClassName
{
border-color: #AF8812;
}
</style>