Shades of Golden Brown #A27101
Tints of Golden Brown #A27101
RGB
CMYK
RGB Variations
Color information
#A27101 (or 0xA27101) is known color: Golden Brown. HEX triplet: A2, 71 and 01. RGB value is (162,113,1). Sum of RGB (Red+Green+Blue) = 162+113+1=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A27101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27101 is #5D8EFE. Grayscale: #737373. Windows color (decimal): -6131455 or 94626. OLE color: 94626.
HSL color Cylindrical-coordinate representation of color #A27101: hue angle of 41.74º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A27101 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.36 |
| HSL | 41.74º | 0.99% | 0.32% | - |
| HSV(B) | 41.74º | 0.99% | 0.64% | - |
| XYZ | 20.81 | 19.49 | 2.69 | - |
| YUV | 114.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 1 | 0 | 0.30 | 0.99 | 0.36 | 41.74 | 0.99 | 0.32 |
| Hex | A2 | 71 | 1 | 0 | 1E | 63 | 24 | 2A | 63 | 20 |
| Octal | 242 | 161 | 1 | 0 | 36 | 143 | 44 | 52 | 143 | 40 |
| Binary | 10100010 | 1110001 | 1 | 0 | 11110 | 1100011 | 100100 | 101010 | 1100011 | 100000 |
Color Harmonies of #A27101
Complementary color
Monochromatic Colors of #A27101
Black with #A27101
Text Example
Text Example
White with #A27101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27101; }
p { color: rgb(162,113,1); }
H1.HeaderClassName
{
color: #A27101;
}
.AnyTagClassName
{
color: #A27101;
}
</style>
background-color css
<style>
a { background-color: #A27101; }
a { background-color: rgb(162,113,1); }
div.DivClassName
{
background-color: #A27101;
}
.BgClassName
{
background-color: #A27101;
}
</style>
border-color css
<style>
span { border-color: #A27101; }
span { border-color: rgb(162,113,1); }
td.TdClassName
{
border-color: #A27101;
}
.TagClassName
{
border-color: #A27101;
}
</style>