Shades of Brown #A62322
Tints of Brown #A62322
RGB
CMYK
RGB Variations
Color information
#A62322 (or 0xA62322) is known color: Brown. HEX triplet: A6, 23 and 22. RGB value is (166,35,34). Sum of RGB (Red+Green+Blue) = 166+35+34=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A62322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62322 is #59DCDD. Grayscale: #4A4A4A. Windows color (decimal): -5889246 or 2237350. OLE color: 2237350.
HSL color Cylindrical-coordinate representation of color #A62322: hue angle of 0.45º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62322 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 34 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.35 |
| HSL | 0.45º | 0.66% | 0.39% | - |
| HSV(B) | 0.45º | 0.8% | 0.65% | - |
| XYZ | 16.62 | 9.42 | 2.46 | - |
| YUV | 74.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 34 | 0 | 0.79 | 0.80 | 0.35 | 0.45 | 0.66 | 0.39 |
| Hex | A6 | 23 | 22 | 0 | 4F | 50 | 23 | 0 | 42 | 27 |
| Octal | 246 | 43 | 42 | 0 | 117 | 120 | 43 | 0 | 102 | 47 |
| Binary | 10100110 | 100011 | 100010 | 0 | 1001111 | 1010000 | 100011 | 0 | 1000010 | 100111 |
Color Harmonies of #A62322
Complementary color
Monochromatic Colors of #A62322
Black with #A62322
Text Example
Text Example
White with #A62322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62322; }
p { color: rgb(166,35,34); }
H1.HeaderClassName
{
color: #A62322;
}
.AnyTagClassName
{
color: #A62322;
}
</style>
background-color css
<style>
a { background-color: #A62322; }
a { background-color: rgb(166,35,34); }
div.DivClassName
{
background-color: #A62322;
}
.BgClassName
{
background-color: #A62322;
}
</style>
border-color css
<style>
span { border-color: #A62322; }
span { border-color: rgb(166,35,34); }
td.TdClassName
{
border-color: #A62322;
}
.TagClassName
{
border-color: #A62322;
}
</style>