Shades of Golden Brown #A26521
Tints of Golden Brown #A26521
RGB
CMYK
RGB Variations
Color information
#A26521 (or 0xA26521) is known color: Golden Brown. HEX triplet: A2, 65 and 21. RGB value is (162,101,33). Sum of RGB (Red+Green+Blue) = 162+101+33=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A26521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26521 is #5D9ADE. Grayscale: #6F6F6F. Windows color (decimal): -6134495 or 2188706. OLE color: 2188706.
HSL color Cylindrical-coordinate representation of color #A26521: hue angle of 31.63º degrees, saturation: 0.66, 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 #A26521 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 33 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.36 |
| HSL | 31.63º | 0.66% | 0.38% | - |
| HSV(B) | 31.63º | 0.8% | 0.64% | - |
| XYZ | 19.83 | 17.1 | 3.69 | - |
| YUV | 111.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 33 | 0 | 0.38 | 0.80 | 0.36 | 31.63 | 0.66 | 0.38 |
| Hex | A2 | 65 | 21 | 0 | 26 | 50 | 24 | 20 | 42 | 26 |
| Octal | 242 | 145 | 41 | 0 | 46 | 120 | 44 | 40 | 102 | 46 |
| Binary | 10100010 | 1100101 | 100001 | 0 | 100110 | 1010000 | 100100 | 100000 | 1000010 | 100110 |
Color Harmonies of #A26521
Complementary color
Monochromatic Colors of #A26521
Black with #A26521
Text Example
Text Example
White with #A26521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26521; }
p { color: rgb(162,101,33); }
H1.HeaderClassName
{
color: #A26521;
}
.AnyTagClassName
{
color: #A26521;
}
</style>
background-color css
<style>
a { background-color: #A26521; }
a { background-color: rgb(162,101,33); }
div.DivClassName
{
background-color: #A26521;
}
.BgClassName
{
background-color: #A26521;
}
</style>
border-color css
<style>
span { border-color: #A26521; }
span { border-color: rgb(162,101,33); }
td.TdClassName
{
border-color: #A26521;
}
.TagClassName
{
border-color: #A26521;
}
</style>