Shades of Golden Brown #A26616
Tints of Golden Brown #A26616
RGB
CMYK
RGB Variations
Color information
#A26616 (or 0xA26616) is known color: Golden Brown. HEX triplet: A2, 66 and 16. RGB value is (162,102,22). Sum of RGB (Red+Green+Blue) = 162+102+22=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A26616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26616 is #5D99E9. Grayscale: #6F6F6F. Windows color (decimal): -6134250 or 1468066. OLE color: 1468066.
HSL color Cylindrical-coordinate representation of color #A26616: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A26616 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 102 | 22 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.36 |
| HSL | 34.29º | 0.76% | 0.36% | - |
| HSV(B) | 34.29º | 0.86% | 0.64% | - |
| XYZ | 19.8 | 17.24 | 3.04 | - |
| YUV | 110.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 22 | 0 | 0.37 | 0.86 | 0.36 | 34.29 | 0.76 | 0.36 |
| Hex | A2 | 66 | 16 | 0 | 25 | 56 | 24 | 22 | 4C | 24 |
| Octal | 242 | 146 | 26 | 0 | 45 | 126 | 44 | 42 | 114 | 44 |
| Binary | 10100010 | 1100110 | 10110 | 0 | 100101 | 1010110 | 100100 | 100010 | 1001100 | 100100 |
Color Harmonies of #A26616
Complementary color
Monochromatic Colors of #A26616
Black with #A26616
Text Example
Text Example
White with #A26616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26616; }
p { color: rgb(162,102,22); }
H1.HeaderClassName
{
color: #A26616;
}
.AnyTagClassName
{
color: #A26616;
}
</style>
background-color css
<style>
a { background-color: #A26616; }
a { background-color: rgb(162,102,22); }
div.DivClassName
{
background-color: #A26616;
}
.BgClassName
{
background-color: #A26616;
}
</style>
border-color css
<style>
span { border-color: #A26616; }
span { border-color: rgb(162,102,22); }
td.TdClassName
{
border-color: #A26616;
}
.TagClassName
{
border-color: #A26616;
}
</style>