Shades of Golden Brown #A26220
Tints of Golden Brown #A26220
RGB
CMYK
RGB Variations
Color information
#A26220 (or 0xA26220) is known color: Golden Brown. HEX triplet: A2, 62 and 20. RGB value is (162,98,32). Sum of RGB (Red+Green+Blue) = 162+98+32=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A26220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26220 is #5D9DDF. Grayscale: #6D6D6D. Windows color (decimal): -6135264 or 2122402. OLE color: 2122402.
HSL color Cylindrical-coordinate representation of color #A26220: hue angle of 30.46º 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 #A26220 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 32 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.36 |
| HSL | 30.46º | 0.67% | 0.38% | - |
| HSV(B) | 30.46º | 0.8% | 0.64% | - |
| XYZ | 19.53 | 16.52 | 3.53 | - |
| YUV | 109.61 | 84.2 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 32 | 0 | 0.40 | 0.80 | 0.36 | 30.46 | 0.67 | 0.38 |
| Hex | A2 | 62 | 20 | 0 | 28 | 50 | 24 | 1E | 43 | 26 |
| Octal | 242 | 142 | 40 | 0 | 50 | 120 | 44 | 36 | 103 | 46 |
| Binary | 10100010 | 1100010 | 100000 | 0 | 101000 | 1010000 | 100100 | 11110 | 1000011 | 100110 |
Color Harmonies of #A26220
Complementary color
Monochromatic Colors of #A26220
Black with #A26220
Text Example
Text Example
White with #A26220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26220; }
p { color: rgb(162,98,32); }
H1.HeaderClassName
{
color: #A26220;
}
.AnyTagClassName
{
color: #A26220;
}
</style>
background-color css
<style>
a { background-color: #A26220; }
a { background-color: rgb(162,98,32); }
div.DivClassName
{
background-color: #A26220;
}
.BgClassName
{
background-color: #A26220;
}
</style>
border-color css
<style>
span { border-color: #A26220; }
span { border-color: rgb(162,98,32); }
td.TdClassName
{
border-color: #A26220;
}
.TagClassName
{
border-color: #A26220;
}
</style>