Shades of Brown #A42F16
Tints of Brown #A42F16
RGB
CMYK
RGB Variations
Color information
#A42F16 (or 0xA42F16) is known color: Brown. HEX triplet: A4, 2F and 16. RGB value is (164,47,22). Sum of RGB (Red+Green+Blue) = 164+47+22=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42F16 is #5BD0E9. Grayscale: #4F4F4F. Windows color (decimal): -6017258 or 1453988. OLE color: 1453988.
HSL color Cylindrical-coordinate representation of color #A42F16: hue angle of 10.56º 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 #A42F16 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 22 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.36 |
| HSL | 10.56º | 0.76% | 0.36% | - |
| HSV(B) | 10.56º | 0.87% | 0.64% | - |
| XYZ | 16.47 | 9.98 | 1.82 | - |
| YUV | 79.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 22 | 0 | 0.71 | 0.87 | 0.36 | 10.56 | 0.76 | 0.36 |
| Hex | A4 | 2F | 16 | 0 | 47 | 57 | 24 | B | 4C | 24 |
| Octal | 244 | 57 | 26 | 0 | 107 | 127 | 44 | 13 | 114 | 44 |
| Binary | 10100100 | 101111 | 10110 | 0 | 1000111 | 1010111 | 100100 | 1011 | 1001100 | 100100 |
Color Harmonies of #A42F16
Complementary color
Monochromatic Colors of #A42F16
Black with #A42F16
Text Example
Text Example
White with #A42F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F16; }
p { color: rgb(164,47,22); }
H1.HeaderClassName
{
color: #A42F16;
}
.AnyTagClassName
{
color: #A42F16;
}
</style>
background-color css
<style>
a { background-color: #A42F16; }
a { background-color: rgb(164,47,22); }
div.DivClassName
{
background-color: #A42F16;
}
.BgClassName
{
background-color: #A42F16;
}
</style>
border-color css
<style>
span { border-color: #A42F16; }
span { border-color: rgb(164,47,22); }
td.TdClassName
{
border-color: #A42F16;
}
.TagClassName
{
border-color: #A42F16;
}
</style>