Shades of Dark Goldenrod #AF8C0D
Tints of Dark Goldenrod #AF8C0D
RGB
CMYK
RGB Variations
Color information
#AF8C0D (or 0xAF8C0D) is known color: Dark Goldenrod. HEX triplet: AF, 8C and 0D. RGB value is (175,140,13). Sum of RGB (Red+Green+Blue) = 175+140+13=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C0D is #5073F2. Grayscale: #888888. Windows color (decimal): -5272563 or 887983. OLE color: 887983.
HSL color Cylindrical-coordinate representation of color #AF8C0D: hue angle of 47.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF8C0D is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 13 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.31 |
| HSL | 47.04º | 0.86% | 0.37% | - |
| HSV(B) | 47.04º | 0.93% | 0.69% | - |
| XYZ | 27.13 | 27.9 | 4.34 | - |
| YUV | 135.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 13 | 0 | 0.2 | 0.93 | 0.31 | 47.04 | 0.86 | 0.37 |
| Hex | AF | 8C | D | 0 | 14 | 5D | 1F | 2F | 56 | 25 |
| Octal | 257 | 214 | 15 | 0 | 24 | 135 | 37 | 57 | 126 | 45 |
| Binary | 10101111 | 10001100 | 1101 | 0 | 10100 | 1011101 | 11111 | 101111 | 1010110 | 100101 |
Color Harmonies of #AF8C0D
Complementary color
Monochromatic Colors of #AF8C0D
Black with #AF8C0D
Text Example
Text Example
White with #AF8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C0D; }
p { color: rgb(175,140,13); }
H1.HeaderClassName
{
color: #AF8C0D;
}
.AnyTagClassName
{
color: #AF8C0D;
}
</style>
background-color css
<style>
a { background-color: #AF8C0D; }
a { background-color: rgb(175,140,13); }
div.DivClassName
{
background-color: #AF8C0D;
}
.BgClassName
{
background-color: #AF8C0D;
}
</style>
border-color css
<style>
span { border-color: #AF8C0D; }
span { border-color: rgb(175,140,13); }
td.TdClassName
{
border-color: #AF8C0D;
}
.TagClassName
{
border-color: #AF8C0D;
}
</style>