Shades of Brown #A42F19
Tints of Brown #A42F19
RGB
CMYK
RGB Variations
Color information
#A42F19 (or 0xA42F19) is known color: Brown. HEX triplet: A4, 2F and 19. RGB value is (164,47,25). Sum of RGB (Red+Green+Blue) = 164+47+25=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42F19 is #5BD0E6. Grayscale: #4F4F4F. Windows color (decimal): -6017255 or 1650596. OLE color: 1650596.
HSL color Cylindrical-coordinate representation of color #A42F19: hue angle of 9.5º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A42F19 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 25 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.36 |
| HSL | 9.5º | 0.74% | 0.37% | - |
| HSV(B) | 9.5º | 0.85% | 0.64% | - |
| XYZ | 16.5 | 10 | 1.98 | - |
| YUV | 79.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 25 | 0 | 0.71 | 0.85 | 0.36 | 9.5 | 0.74 | 0.37 |
| Hex | A4 | 2F | 19 | 0 | 47 | 55 | 24 | 9 | 4A | 25 |
| Octal | 244 | 57 | 31 | 0 | 107 | 125 | 44 | 11 | 112 | 45 |
| Binary | 10100100 | 101111 | 11001 | 0 | 1000111 | 1010101 | 100100 | 1001 | 1001010 | 100101 |
Color Harmonies of #A42F19
Complementary color
Monochromatic Colors of #A42F19
Black with #A42F19
Text Example
Text Example
White with #A42F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F19; }
p { color: rgb(164,47,25); }
H1.HeaderClassName
{
color: #A42F19;
}
.AnyTagClassName
{
color: #A42F19;
}
</style>
background-color css
<style>
a { background-color: #A42F19; }
a { background-color: rgb(164,47,25); }
div.DivClassName
{
background-color: #A42F19;
}
.BgClassName
{
background-color: #A42F19;
}
</style>
border-color css
<style>
span { border-color: #A42F19; }
span { border-color: rgb(164,47,25); }
td.TdClassName
{
border-color: #A42F19;
}
.TagClassName
{
border-color: #A42F19;
}
</style>