Shades of Brown #A42D24
Tints of Brown #A42D24
RGB
CMYK
RGB Variations
Color information
#A42D24 (or 0xA42D24) is known color: Brown. HEX triplet: A4, 2D and 24. RGB value is (164,45,36). Sum of RGB (Red+Green+Blue) = 164+45+36=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D24 is #5BD2DB. Grayscale: #4F4F4F. Windows color (decimal): -6017756 or 2370980. OLE color: 2370980.
HSL color Cylindrical-coordinate representation of color #A42D24: hue angle of 4.22º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42D24 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 36 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.36 |
| HSL | 4.22º | 0.64% | 0.39% | - |
| HSV(B) | 4.22º | 0.78% | 0.64% | - |
| XYZ | 16.57 | 9.9 | 2.71 | - |
| YUV | 79.56 | 103.42 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 36 | 0 | 0.73 | 0.78 | 0.36 | 4.22 | 0.64 | 0.39 |
| Hex | A4 | 2D | 24 | 0 | 49 | 4E | 24 | 4 | 40 | 27 |
| Octal | 244 | 55 | 44 | 0 | 111 | 116 | 44 | 4 | 100 | 47 |
| Binary | 10100100 | 101101 | 100100 | 0 | 1001001 | 1001110 | 100100 | 100 | 1000000 | 100111 |
Color Harmonies of #A42D24
Complementary color
Monochromatic Colors of #A42D24
Black with #A42D24
Text Example
Text Example
White with #A42D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D24; }
p { color: rgb(164,45,36); }
H1.HeaderClassName
{
color: #A42D24;
}
.AnyTagClassName
{
color: #A42D24;
}
</style>
background-color css
<style>
a { background-color: #A42D24; }
a { background-color: rgb(164,45,36); }
div.DivClassName
{
background-color: #A42D24;
}
.BgClassName
{
background-color: #A42D24;
}
</style>
border-color css
<style>
span { border-color: #A42D24; }
span { border-color: rgb(164,45,36); }
td.TdClassName
{
border-color: #A42D24;
}
.TagClassName
{
border-color: #A42D24;
}
</style>