Shades of Dark Goldenrod #AF850D
Tints of Dark Goldenrod #AF850D
RGB
CMYK
RGB Variations
Color information
#AF850D (or 0xAF850D) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 0D. RGB value is (175,133,13). Sum of RGB (Red+Green+Blue) = 175+133+13=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF850D is #507AF2. Grayscale: #848484. Windows color (decimal): -5274355 or 886191. OLE color: 886191.
HSL color Cylindrical-coordinate representation of color #AF850D: hue angle of 44.44º 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 #AF850D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 13 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.31 |
| HSL | 44.44º | 0.86% | 0.37% | - |
| HSV(B) | 44.44º | 0.93% | 0.69% | - |
| XYZ | 26.14 | 25.92 | 4.01 | - |
| YUV | 131.88 | 60.91 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 13 | 0 | 0.24 | 0.93 | 0.31 | 44.44 | 0.86 | 0.37 |
| Hex | AF | 85 | D | 0 | 18 | 5D | 1F | 2C | 56 | 25 |
| Octal | 257 | 205 | 15 | 0 | 30 | 135 | 37 | 54 | 126 | 45 |
| Binary | 10101111 | 10000101 | 1101 | 0 | 11000 | 1011101 | 11111 | 101100 | 1010110 | 100101 |
Color Harmonies of #AF850D
Complementary color
Monochromatic Colors of #AF850D
Black with #AF850D
Text Example
Text Example
White with #AF850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF850D; }
p { color: rgb(175,133,13); }
H1.HeaderClassName
{
color: #AF850D;
}
.AnyTagClassName
{
color: #AF850D;
}
</style>
background-color css
<style>
a { background-color: #AF850D; }
a { background-color: rgb(175,133,13); }
div.DivClassName
{
background-color: #AF850D;
}
.BgClassName
{
background-color: #AF850D;
}
</style>
border-color css
<style>
span { border-color: #AF850D; }
span { border-color: rgb(175,133,13); }
td.TdClassName
{
border-color: #AF850D;
}
.TagClassName
{
border-color: #AF850D;
}
</style>