Shades of Golden Brown #A26120
Tints of Golden Brown #A26120
RGB
CMYK
RGB Variations
Color information
#A26120 (or 0xA26120) is known color: Golden Brown. HEX triplet: A2, 61 and 20. RGB value is (162,97,32). Sum of RGB (Red+Green+Blue) = 162+97+32=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A26120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26120 is #5D9EDF. Grayscale: #6D6D6D. Windows color (decimal): -6135520 or 2122146. OLE color: 2122146.
HSL color Cylindrical-coordinate representation of color #A26120: hue angle of 30º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A26120 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 32 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.36 |
| HSL | 30º | 0.67% | 0.38% | - |
| HSV(B) | 30º | 0.8% | 0.64% | - |
| XYZ | 19.44 | 16.34 | 3.5 | - |
| YUV | 109.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 32 | 0 | 0.40 | 0.80 | 0.36 | 30 | 0.67 | 0.38 |
| Hex | A2 | 61 | 20 | 0 | 28 | 50 | 24 | 1E | 43 | 26 |
| Octal | 242 | 141 | 40 | 0 | 50 | 120 | 44 | 36 | 103 | 46 |
| Binary | 10100010 | 1100001 | 100000 | 0 | 101000 | 1010000 | 100100 | 11110 | 1000011 | 100110 |
Color Harmonies of #A26120
Complementary color
Monochromatic Colors of #A26120
Black with #A26120
Text Example
Text Example
White with #A26120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26120; }
p { color: rgb(162,97,32); }
H1.HeaderClassName
{
color: #A26120;
}
.AnyTagClassName
{
color: #A26120;
}
</style>
background-color css
<style>
a { background-color: #A26120; }
a { background-color: rgb(162,97,32); }
div.DivClassName
{
background-color: #A26120;
}
.BgClassName
{
background-color: #A26120;
}
</style>
border-color css
<style>
span { border-color: #A26120; }
span { border-color: rgb(162,97,32); }
td.TdClassName
{
border-color: #A26120;
}
.TagClassName
{
border-color: #A26120;
}
</style>