Shades of Brown #A42A16
Tints of Brown #A42A16
RGB
CMYK
RGB Variations
Color information
#A42A16 (or 0xA42A16) is known color: Brown. HEX triplet: A4, 2A and 16. RGB value is (164,42,22). Sum of RGB (Red+Green+Blue) = 164+42+22=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42A16 is #5BD5E9. Grayscale: #4C4C4C. Windows color (decimal): -6018538 or 1452708. OLE color: 1452708.
HSL color Cylindrical-coordinate representation of color #A42A16: hue angle of 8.45º 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 #A42A16 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 42 | 22 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.36 |
| HSL | 8.45º | 0.76% | 0.36% | - |
| HSV(B) | 8.45º | 0.87% | 0.64% | - |
| XYZ | 16.28 | 9.61 | 1.76 | - |
| YUV | 76.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 22 | 0 | 0.74 | 0.87 | 0.36 | 8.45 | 0.76 | 0.36 |
| Hex | A4 | 2A | 16 | 0 | 4A | 57 | 24 | 8 | 4C | 24 |
| Octal | 244 | 52 | 26 | 0 | 112 | 127 | 44 | 10 | 114 | 44 |
| Binary | 10100100 | 101010 | 10110 | 0 | 1001010 | 1010111 | 100100 | 1000 | 1001100 | 100100 |
Color Harmonies of #A42A16
Complementary color
Monochromatic Colors of #A42A16
Black with #A42A16
Text Example
Text Example
White with #A42A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42A16; }
p { color: rgb(164,42,22); }
H1.HeaderClassName
{
color: #A42A16;
}
.AnyTagClassName
{
color: #A42A16;
}
</style>
background-color css
<style>
a { background-color: #A42A16; }
a { background-color: rgb(164,42,22); }
div.DivClassName
{
background-color: #A42A16;
}
.BgClassName
{
background-color: #A42A16;
}
</style>
border-color css
<style>
span { border-color: #A42A16; }
span { border-color: rgb(164,42,22); }
td.TdClassName
{
border-color: #A42A16;
}
.TagClassName
{
border-color: #A42A16;
}
</style>