Shades of Golden Brown #A2621E
Tints of Golden Brown #A2621E
RGB
CMYK
RGB Variations
Color information
#A2621E (or 0xA2621E) is known color: Golden Brown. HEX triplet: A2, 62 and 1E. RGB value is (162,98,30). Sum of RGB (Red+Green+Blue) = 162+98+30=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2621E is #5D9DE1. Grayscale: #6D6D6D. Windows color (decimal): -6135266 or 1991330. OLE color: 1991330.
HSL color Cylindrical-coordinate representation of color #A2621E: hue angle of 30.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2621E is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 30 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.36 |
| HSL | 30.91º | 0.69% | 0.38% | - |
| HSV(B) | 30.91º | 0.81% | 0.64% | - |
| XYZ | 19.5 | 16.51 | 3.39 | - |
| YUV | 109.38 | 83.2 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 30 | 0 | 0.40 | 0.81 | 0.36 | 30.91 | 0.69 | 0.38 |
| Hex | A2 | 62 | 1E | 0 | 28 | 51 | 24 | 1F | 45 | 26 |
| Octal | 242 | 142 | 36 | 0 | 50 | 121 | 44 | 37 | 105 | 46 |
| Binary | 10100010 | 1100010 | 11110 | 0 | 101000 | 1010001 | 100100 | 11111 | 1000101 | 100110 |
Color Harmonies of #A2621E
Complementary color
Monochromatic Colors of #A2621E
Black with #A2621E
Text Example
Text Example
White with #A2621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2621E; }
p { color: rgb(162,98,30); }
H1.HeaderClassName
{
color: #A2621E;
}
.AnyTagClassName
{
color: #A2621E;
}
</style>
background-color css
<style>
a { background-color: #A2621E; }
a { background-color: rgb(162,98,30); }
div.DivClassName
{
background-color: #A2621E;
}
.BgClassName
{
background-color: #A2621E;
}
</style>
border-color css
<style>
span { border-color: #A2621E; }
span { border-color: rgb(162,98,30); }
td.TdClassName
{
border-color: #A2621E;
}
.TagClassName
{
border-color: #A2621E;
}
</style>