Shades of Golden Brown #A27210
Tints of Golden Brown #A27210
RGB
CMYK
RGB Variations
Color information
#A27210 (or 0xA27210) is known color: Golden Brown. HEX triplet: A2, 72 and 10. RGB value is (162,114,16). Sum of RGB (Red+Green+Blue) = 162+114+16=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A27210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27210 is #5D8DEF. Grayscale: #757575. Windows color (decimal): -6131184 or 1077922. OLE color: 1077922.
HSL color Cylindrical-coordinate representation of color #A27210: hue angle of 40.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A27210 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 16 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.36 |
| HSL | 40.27º | 0.82% | 0.35% | - |
| HSV(B) | 40.27º | 0.9% | 0.64% | - |
| XYZ | 21.01 | 19.75 | 3.2 | - |
| YUV | 117.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 16 | 0 | 0.30 | 0.90 | 0.36 | 40.27 | 0.82 | 0.35 |
| Hex | A2 | 72 | 10 | 0 | 1E | 5A | 24 | 28 | 52 | 23 |
| Octal | 242 | 162 | 20 | 0 | 36 | 132 | 44 | 50 | 122 | 43 |
| Binary | 10100010 | 1110010 | 10000 | 0 | 11110 | 1011010 | 100100 | 101000 | 1010010 | 100011 |
Color Harmonies of #A27210
Complementary color
Monochromatic Colors of #A27210
Black with #A27210
Text Example
Text Example
White with #A27210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27210; }
p { color: rgb(162,114,16); }
H1.HeaderClassName
{
color: #A27210;
}
.AnyTagClassName
{
color: #A27210;
}
</style>
background-color css
<style>
a { background-color: #A27210; }
a { background-color: rgb(162,114,16); }
div.DivClassName
{
background-color: #A27210;
}
.BgClassName
{
background-color: #A27210;
}
</style>
border-color css
<style>
span { border-color: #A27210; }
span { border-color: rgb(162,114,16); }
td.TdClassName
{
border-color: #A27210;
}
.TagClassName
{
border-color: #A27210;
}
</style>