Shades of Golden Brown #A26520
Tints of Golden Brown #A26520
RGB
CMYK
RGB Variations
Color information
#A26520 (or 0xA26520) is known color: Golden Brown. HEX triplet: A2, 65 and 20. RGB value is (162,101,32). Sum of RGB (Red+Green+Blue) = 162+101+32=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A26520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26520 is #5D9ADF. Grayscale: #6F6F6F. Windows color (decimal): -6134496 or 2123170. OLE color: 2123170.
HSL color Cylindrical-coordinate representation of color #A26520: hue angle of 31.85º 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 #A26520 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 32 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.36 |
| HSL | 31.85º | 0.67% | 0.38% | - |
| HSV(B) | 31.85º | 0.8% | 0.64% | - |
| XYZ | 19.81 | 17.09 | 3.62 | - |
| YUV | 111.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 32 | 0 | 0.38 | 0.80 | 0.36 | 31.85 | 0.67 | 0.38 |
| Hex | A2 | 65 | 20 | 0 | 26 | 50 | 24 | 20 | 43 | 26 |
| Octal | 242 | 145 | 40 | 0 | 46 | 120 | 44 | 40 | 103 | 46 |
| Binary | 10100010 | 1100101 | 100000 | 0 | 100110 | 1010000 | 100100 | 100000 | 1000011 | 100110 |
Color Harmonies of #A26520
Complementary color
Monochromatic Colors of #A26520
Black with #A26520
Text Example
Text Example
White with #A26520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26520; }
p { color: rgb(162,101,32); }
H1.HeaderClassName
{
color: #A26520;
}
.AnyTagClassName
{
color: #A26520;
}
</style>
background-color css
<style>
a { background-color: #A26520; }
a { background-color: rgb(162,101,32); }
div.DivClassName
{
background-color: #A26520;
}
.BgClassName
{
background-color: #A26520;
}
</style>
border-color css
<style>
span { border-color: #A26520; }
span { border-color: rgb(162,101,32); }
td.TdClassName
{
border-color: #A26520;
}
.TagClassName
{
border-color: #A26520;
}
</style>