Shades of Golden Brown #A26621
Tints of Golden Brown #A26621
RGB
CMYK
RGB Variations
Color information
#A26621 (or 0xA26621) is known color: Golden Brown. HEX triplet: A2, 66 and 21. RGB value is (162,102,33). Sum of RGB (Red+Green+Blue) = 162+102+33=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A26621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26621 is #5D99DE. Grayscale: #707070. Windows color (decimal): -6134239 or 2188962. OLE color: 2188962.
HSL color Cylindrical-coordinate representation of color #A26621: hue angle of 32.09º 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 #A26621 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 33 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.36 |
| HSL | 32.09º | 0.66% | 0.38% | - |
| HSV(B) | 32.09º | 0.8% | 0.64% | - |
| XYZ | 19.93 | 17.29 | 3.73 | - |
| YUV | 112.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 33 | 0 | 0.37 | 0.80 | 0.36 | 32.09 | 0.66 | 0.38 |
| Hex | A2 | 66 | 21 | 0 | 25 | 50 | 24 | 20 | 42 | 26 |
| Octal | 242 | 146 | 41 | 0 | 45 | 120 | 44 | 40 | 102 | 46 |
| Binary | 10100010 | 1100110 | 100001 | 0 | 100101 | 1010000 | 100100 | 100000 | 1000010 | 100110 |
Color Harmonies of #A26621
Complementary color
Monochromatic Colors of #A26621
Black with #A26621
Text Example
Text Example
White with #A26621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26621; }
p { color: rgb(162,102,33); }
H1.HeaderClassName
{
color: #A26621;
}
.AnyTagClassName
{
color: #A26621;
}
</style>
background-color css
<style>
a { background-color: #A26621; }
a { background-color: rgb(162,102,33); }
div.DivClassName
{
background-color: #A26621;
}
.BgClassName
{
background-color: #A26621;
}
</style>
border-color css
<style>
span { border-color: #A26621; }
span { border-color: rgb(162,102,33); }
td.TdClassName
{
border-color: #A26621;
}
.TagClassName
{
border-color: #A26621;
}
</style>