Shades of Dark Goldenrod #AF8D0D
Tints of Dark Goldenrod #AF8D0D
RGB
CMYK
RGB Variations
Color information
#AF8D0D (or 0xAF8D0D) is known color: Dark Goldenrod. HEX triplet: AF, 8D and 0D. RGB value is (175,141,13). Sum of RGB (Red+Green+Blue) = 175+141+13=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8D0D is #5072F2. Grayscale: #898989. Windows color (decimal): -5272307 or 888239. OLE color: 888239.
HSL color Cylindrical-coordinate representation of color #AF8D0D: hue angle of 47.41º 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 #AF8D0D is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 13 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.31 |
| HSL | 47.41º | 0.86% | 0.37% | - |
| HSV(B) | 47.41º | 0.93% | 0.69% | - |
| XYZ | 27.28 | 28.19 | 4.38 | - |
| YUV | 136.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 13 | 0 | 0.19 | 0.93 | 0.31 | 47.41 | 0.86 | 0.37 |
| Hex | AF | 8D | D | 0 | 13 | 5D | 1F | 2F | 56 | 25 |
| Octal | 257 | 215 | 15 | 0 | 23 | 135 | 37 | 57 | 126 | 45 |
| Binary | 10101111 | 10001101 | 1101 | 0 | 10011 | 1011101 | 11111 | 101111 | 1010110 | 100101 |
Color Harmonies of #AF8D0D
Complementary color
Monochromatic Colors of #AF8D0D
Black with #AF8D0D
Text Example
Text Example
White with #AF8D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D0D; }
p { color: rgb(175,141,13); }
H1.HeaderClassName
{
color: #AF8D0D;
}
.AnyTagClassName
{
color: #AF8D0D;
}
</style>
background-color css
<style>
a { background-color: #AF8D0D; }
a { background-color: rgb(175,141,13); }
div.DivClassName
{
background-color: #AF8D0D;
}
.BgClassName
{
background-color: #AF8D0D;
}
</style>
border-color css
<style>
span { border-color: #AF8D0D; }
span { border-color: rgb(175,141,13); }
td.TdClassName
{
border-color: #AF8D0D;
}
.TagClassName
{
border-color: #AF8D0D;
}
</style>