Shades of Brown #A42F21
Tints of Brown #A42F21
RGB
CMYK
RGB Variations
Color information
#A42F21 (or 0xA42F21) is known color: Brown. HEX triplet: A4, 2F and 21. RGB value is (164,47,33). Sum of RGB (Red+Green+Blue) = 164+47+33=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42F21 is #5BD0DE. Grayscale: #505050. Windows color (decimal): -6017247 or 2174884. OLE color: 2174884.
HSL color Cylindrical-coordinate representation of color #A42F21: hue angle of 6.41º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42F21 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 33 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.36 |
| HSL | 6.41º | 0.66% | 0.39% | - |
| HSV(B) | 6.41º | 0.8% | 0.64% | - |
| XYZ | 16.6 | 10.04 | 2.5 | - |
| YUV | 80.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 33 | 0 | 0.71 | 0.80 | 0.36 | 6.41 | 0.66 | 0.39 |
| Hex | A4 | 2F | 21 | 0 | 47 | 50 | 24 | 6 | 42 | 27 |
| Octal | 244 | 57 | 41 | 0 | 107 | 120 | 44 | 6 | 102 | 47 |
| Binary | 10100100 | 101111 | 100001 | 0 | 1000111 | 1010000 | 100100 | 110 | 1000010 | 100111 |
Color Harmonies of #A42F21
Complementary color
Monochromatic Colors of #A42F21
Black with #A42F21
Text Example
Text Example
White with #A42F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F21; }
p { color: rgb(164,47,33); }
H1.HeaderClassName
{
color: #A42F21;
}
.AnyTagClassName
{
color: #A42F21;
}
</style>
background-color css
<style>
a { background-color: #A42F21; }
a { background-color: rgb(164,47,33); }
div.DivClassName
{
background-color: #A42F21;
}
.BgClassName
{
background-color: #A42F21;
}
</style>
border-color css
<style>
span { border-color: #A42F21; }
span { border-color: rgb(164,47,33); }
td.TdClassName
{
border-color: #A42F21;
}
.TagClassName
{
border-color: #A42F21;
}
</style>