Shades of Dark Goldenrod #A2810B
Tints of Dark Goldenrod #A2810B
RGB
CMYK
RGB Variations
Color information
#A2810B (or 0xA2810B) is known color: Dark Goldenrod. HEX triplet: A2, 81 and 0B. RGB value is (162,129,11). Sum of RGB (Red+Green+Blue) = 162+129+11=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2810B is #5D7EF4. Grayscale: #7D7D7D. Windows color (decimal): -6127349 or 754082. OLE color: 754082.
HSL color Cylindrical-coordinate representation of color #A2810B: hue angle of 46.89º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2810B is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 11 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.36 |
| HSL | 46.89º | 0.87% | 0.34% | - |
| HSV(B) | 46.89º | 0.93% | 0.64% | - |
| XYZ | 22.81 | 23.41 | 3.63 | - |
| YUV | 125.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 11 | 0 | 0.20 | 0.93 | 0.36 | 46.89 | 0.87 | 0.34 |
| Hex | A2 | 81 | B | 0 | 14 | 5D | 24 | 2F | 57 | 22 |
| Octal | 242 | 201 | 13 | 0 | 24 | 135 | 44 | 57 | 127 | 42 |
| Binary | 10100010 | 10000001 | 1011 | 0 | 10100 | 1011101 | 100100 | 101111 | 1010111 | 100010 |
Color Harmonies of #A2810B
Complementary color
Monochromatic Colors of #A2810B
Black with #A2810B
Text Example
Text Example
White with #A2810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2810B; }
p { color: rgb(162,129,11); }
H1.HeaderClassName
{
color: #A2810B;
}
.AnyTagClassName
{
color: #A2810B;
}
</style>
background-color css
<style>
a { background-color: #A2810B; }
a { background-color: rgb(162,129,11); }
div.DivClassName
{
background-color: #A2810B;
}
.BgClassName
{
background-color: #A2810B;
}
</style>
border-color css
<style>
span { border-color: #A2810B; }
span { border-color: rgb(162,129,11); }
td.TdClassName
{
border-color: #A2810B;
}
.TagClassName
{
border-color: #A2810B;
}
</style>