Shades of Brown #A22C14
Tints of Brown #A22C14
RGB
CMYK
RGB Variations
Color information
#A22C14 (or 0xA22C14) is known color: Brown. HEX triplet: A2, 2C and 14. RGB value is (162,44,20). Sum of RGB (Red+Green+Blue) = 162+44+20=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22C14 is #5DD3EB. Grayscale: #4C4C4C. Windows color (decimal): -6149100 or 1322146. OLE color: 1322146.
HSL color Cylindrical-coordinate representation of color #A22C14: hue angle of 10.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A22C14 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 20 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.36 |
| HSL | 10.14º | 0.78% | 0.36% | - |
| HSV(B) | 10.14º | 0.88% | 0.64% | - |
| XYZ | 15.93 | 9.53 | 1.66 | - |
| YUV | 76.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 20 | 0 | 0.73 | 0.88 | 0.36 | 10.14 | 0.78 | 0.36 |
| Hex | A2 | 2C | 14 | 0 | 49 | 58 | 24 | A | 4E | 24 |
| Octal | 242 | 54 | 24 | 0 | 111 | 130 | 44 | 12 | 116 | 44 |
| Binary | 10100010 | 101100 | 10100 | 0 | 1001001 | 1011000 | 100100 | 1010 | 1001110 | 100100 |
Color Harmonies of #A22C14
Complementary color
Monochromatic Colors of #A22C14
Black with #A22C14
Text Example
Text Example
White with #A22C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C14; }
p { color: rgb(162,44,20); }
H1.HeaderClassName
{
color: #A22C14;
}
.AnyTagClassName
{
color: #A22C14;
}
</style>
background-color css
<style>
a { background-color: #A22C14; }
a { background-color: rgb(162,44,20); }
div.DivClassName
{
background-color: #A22C14;
}
.BgClassName
{
background-color: #A22C14;
}
</style>
border-color css
<style>
span { border-color: #A22C14; }
span { border-color: rgb(162,44,20); }
td.TdClassName
{
border-color: #A22C14;
}
.TagClassName
{
border-color: #A22C14;
}
</style>