Shades of Brown #A42C16
Tints of Brown #A42C16
RGB
CMYK
RGB Variations
Color information
#A42C16 (or 0xA42C16) is known color: Brown. HEX triplet: A4, 2C and 16. RGB value is (164,44,22). Sum of RGB (Red+Green+Blue) = 164+44+22=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C16 is #5BD3E9. Grayscale: #4D4D4D. Windows color (decimal): -6018026 or 1453220. OLE color: 1453220.
HSL color Cylindrical-coordinate representation of color #A42C16: hue angle of 9.3º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A42C16 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 44 | 22 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.36 |
| HSL | 9.3º | 0.76% | 0.36% | - |
| HSV(B) | 9.3º | 0.87% | 0.64% | - |
| XYZ | 16.36 | 9.75 | 1.78 | - |
| YUV | 77.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 22 | 0 | 0.73 | 0.87 | 0.36 | 9.3 | 0.76 | 0.36 |
| Hex | A4 | 2C | 16 | 0 | 49 | 57 | 24 | 9 | 4C | 24 |
| Octal | 244 | 54 | 26 | 0 | 111 | 127 | 44 | 11 | 114 | 44 |
| Binary | 10100100 | 101100 | 10110 | 0 | 1001001 | 1010111 | 100100 | 1001 | 1001100 | 100100 |
Color Harmonies of #A42C16
Complementary color
Monochromatic Colors of #A42C16
Black with #A42C16
Text Example
Text Example
White with #A42C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42C16; }
p { color: rgb(164,44,22); }
H1.HeaderClassName
{
color: #A42C16;
}
.AnyTagClassName
{
color: #A42C16;
}
</style>
background-color css
<style>
a { background-color: #A42C16; }
a { background-color: rgb(164,44,22); }
div.DivClassName
{
background-color: #A42C16;
}
.BgClassName
{
background-color: #A42C16;
}
</style>
border-color css
<style>
span { border-color: #A42C16; }
span { border-color: rgb(164,44,22); }
td.TdClassName
{
border-color: #A42C16;
}
.TagClassName
{
border-color: #A42C16;
}
</style>