Shades of Brown #A42B27
Tints of Brown #A42B27
RGB
CMYK
RGB Variations
Color information
#A42B27 (or 0xA42B27) is known color: Brown. HEX triplet: A4, 2B and 27. RGB value is (164,43,39). Sum of RGB (Red+Green+Blue) = 164+43+39=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B27 is #5BD4D8. Grayscale: #4E4E4E. Windows color (decimal): -6018265 or 2567076. OLE color: 2567076.
HSL color Cylindrical-coordinate representation of color #A42B27: hue angle of 1.92º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42B27 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 39 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.36 |
| HSL | 1.92º | 0.62% | 0.4% | - |
| HSV(B) | 1.92º | 0.76% | 0.64% | - |
| XYZ | 16.54 | 9.77 | 2.93 | - |
| YUV | 78.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 39 | 0 | 0.74 | 0.76 | 0.36 | 1.92 | 0.62 | 0.4 |
| Hex | A4 | 2B | 27 | 0 | 4A | 4C | 24 | 2 | 3E | 28 |
| Octal | 244 | 53 | 47 | 0 | 112 | 114 | 44 | 2 | 76 | 50 |
| Binary | 10100100 | 101011 | 100111 | 0 | 1001010 | 1001100 | 100100 | 10 | 111110 | 101000 |
Color Harmonies of #A42B27
Complementary color
Monochromatic Colors of #A42B27
Black with #A42B27
Text Example
Text Example
White with #A42B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B27; }
p { color: rgb(164,43,39); }
H1.HeaderClassName
{
color: #A42B27;
}
.AnyTagClassName
{
color: #A42B27;
}
</style>
background-color css
<style>
a { background-color: #A42B27; }
a { background-color: rgb(164,43,39); }
div.DivClassName
{
background-color: #A42B27;
}
.BgClassName
{
background-color: #A42B27;
}
</style>
border-color css
<style>
span { border-color: #A42B27; }
span { border-color: rgb(164,43,39); }
td.TdClassName
{
border-color: #A42B27;
}
.TagClassName
{
border-color: #A42B27;
}
</style>