Shades of Golden Brown #A27105
Tints of Golden Brown #A27105
RGB
CMYK
RGB Variations
Color information
#A27105 (or 0xA27105) is known color: Golden Brown. HEX triplet: A2, 71 and 05. RGB value is (162,113,5). Sum of RGB (Red+Green+Blue) = 162+113+5=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A27105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27105 is #5D8EFA. Grayscale: #737373. Windows color (decimal): -6131451 or 356770. OLE color: 356770.
HSL color Cylindrical-coordinate representation of color #A27105: hue angle of 41.27º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A27105 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.36 |
| HSL | 41.27º | 0.94% | 0.33% | - |
| HSV(B) | 41.27º | 0.97% | 0.64% | - |
| XYZ | 20.83 | 19.5 | 2.81 | - |
| YUV | 115.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 5 | 0 | 0.30 | 0.97 | 0.36 | 41.27 | 0.94 | 0.33 |
| Hex | A2 | 71 | 5 | 0 | 1E | 61 | 24 | 29 | 5E | 21 |
| Octal | 242 | 161 | 5 | 0 | 36 | 141 | 44 | 51 | 136 | 41 |
| Binary | 10100010 | 1110001 | 101 | 0 | 11110 | 1100001 | 100100 | 101001 | 1011110 | 100001 |
Color Harmonies of #A27105
Complementary color
Monochromatic Colors of #A27105
Black with #A27105
Text Example
Text Example
White with #A27105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27105; }
p { color: rgb(162,113,5); }
H1.HeaderClassName
{
color: #A27105;
}
.AnyTagClassName
{
color: #A27105;
}
</style>
background-color css
<style>
a { background-color: #A27105; }
a { background-color: rgb(162,113,5); }
div.DivClassName
{
background-color: #A27105;
}
.BgClassName
{
background-color: #A27105;
}
</style>
border-color css
<style>
span { border-color: #A27105; }
span { border-color: rgb(162,113,5); }
td.TdClassName
{
border-color: #A27105;
}
.TagClassName
{
border-color: #A27105;
}
</style>