Shades of Dark Goldenrod #AF820B
Tints of Dark Goldenrod #AF820B
RGB
CMYK
RGB Variations
Color information
#AF820B (or 0xAF820B) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 0B. RGB value is (175,130,11). Sum of RGB (Red+Green+Blue) = 175+130+11=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF820B is #507DF4. Grayscale: #828282. Windows color (decimal): -5275125 or 754351. OLE color: 754351.
HSL color Cylindrical-coordinate representation of color #AF820B: hue angle of 43.54º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF820B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.31 |
| HSL | 43.54º | 0.88% | 0.36% | - |
| HSV(B) | 43.54º | 0.94% | 0.69% | - |
| XYZ | 25.72 | 25.1 | 3.81 | - |
| YUV | 129.89 | 60.91 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 11 | 0 | 0.26 | 0.94 | 0.31 | 43.54 | 0.88 | 0.36 |
| Hex | AF | 82 | B | 0 | 1A | 5E | 1F | 2C | 58 | 24 |
| Octal | 257 | 202 | 13 | 0 | 32 | 136 | 37 | 54 | 130 | 44 |
| Binary | 10101111 | 10000010 | 1011 | 0 | 11010 | 1011110 | 11111 | 101100 | 1011000 | 100100 |
Color Harmonies of #AF820B
Complementary color
Monochromatic Colors of #AF820B
Black with #AF820B
Text Example
Text Example
White with #AF820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF820B; }
p { color: rgb(175,130,11); }
H1.HeaderClassName
{
color: #AF820B;
}
.AnyTagClassName
{
color: #AF820B;
}
</style>
background-color css
<style>
a { background-color: #AF820B; }
a { background-color: rgb(175,130,11); }
div.DivClassName
{
background-color: #AF820B;
}
.BgClassName
{
background-color: #AF820B;
}
</style>
border-color css
<style>
span { border-color: #AF820B; }
span { border-color: rgb(175,130,11); }
td.TdClassName
{
border-color: #AF820B;
}
.TagClassName
{
border-color: #AF820B;
}
</style>