Shades of Golden Brown #A27110
Tints of Golden Brown #A27110
RGB
CMYK
RGB Variations
Color information
#A27110 (or 0xA27110) is known color: Golden Brown. HEX triplet: A2, 71 and 10. RGB value is (162,113,16). Sum of RGB (Red+Green+Blue) = 162+113+16=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A27110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27110 is #5D8EEF. Grayscale: #757575. Windows color (decimal): -6131440 or 1077666. OLE color: 1077666.
HSL color Cylindrical-coordinate representation of color #A27110: hue angle of 39.86º 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 #A27110 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 16 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.36 |
| HSL | 39.86º | 0.82% | 0.35% | - |
| HSV(B) | 39.86º | 0.9% | 0.64% | - |
| XYZ | 20.9 | 19.53 | 3.16 | - |
| YUV | 116.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 16 | 0 | 0.30 | 0.90 | 0.36 | 39.86 | 0.82 | 0.35 |
| Hex | A2 | 71 | 10 | 0 | 1E | 5A | 24 | 28 | 52 | 23 |
| Octal | 242 | 161 | 20 | 0 | 36 | 132 | 44 | 50 | 122 | 43 |
| Binary | 10100010 | 1110001 | 10000 | 0 | 11110 | 1011010 | 100100 | 101000 | 1010010 | 100011 |
Color Harmonies of #A27110
Complementary color
Monochromatic Colors of #A27110
Black with #A27110
Text Example
Text Example
White with #A27110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27110; }
p { color: rgb(162,113,16); }
H1.HeaderClassName
{
color: #A27110;
}
.AnyTagClassName
{
color: #A27110;
}
</style>
background-color css
<style>
a { background-color: #A27110; }
a { background-color: rgb(162,113,16); }
div.DivClassName
{
background-color: #A27110;
}
.BgClassName
{
background-color: #A27110;
}
</style>
border-color css
<style>
span { border-color: #A27110; }
span { border-color: rgb(162,113,16); }
td.TdClassName
{
border-color: #A27110;
}
.TagClassName
{
border-color: #A27110;
}
</style>