Shades of Brown #A02A27
Tints of Brown #A02A27
RGB
CMYK
RGB Variations
Color information
#A02A27 (or 0xA02A27) is known color: Brown. HEX triplet: A0, 2A and 27. RGB value is (160,42,39). Sum of RGB (Red+Green+Blue) = 160+42+39=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A27 is #5FD5D8. Grayscale: #4D4D4D. Windows color (decimal): -6280665 or 2566816. OLE color: 2566816.
HSL color Cylindrical-coordinate representation of color #A02A27: hue angle of 1.49º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02A27 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 39 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.37 |
| HSL | 1.49º | 0.61% | 0.39% | - |
| HSV(B) | 1.49º | 0.76% | 0.63% | - |
| XYZ | 15.69 | 9.28 | 2.88 | - |
| YUV | 76.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 39 | 0 | 0.74 | 0.76 | 0.37 | 1.49 | 0.61 | 0.39 |
| Hex | A0 | 2A | 27 | 0 | 4A | 4C | 25 | 1 | 3D | 27 |
| Octal | 240 | 52 | 47 | 0 | 112 | 114 | 45 | 1 | 75 | 47 |
| Binary | 10100000 | 101010 | 100111 | 0 | 1001010 | 1001100 | 100101 | 1 | 111101 | 100111 |
Color Harmonies of #A02A27
Complementary color
Monochromatic Colors of #A02A27
Black with #A02A27
Text Example
Text Example
White with #A02A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A27; }
p { color: rgb(160,42,39); }
H1.HeaderClassName
{
color: #A02A27;
}
.AnyTagClassName
{
color: #A02A27;
}
</style>
background-color css
<style>
a { background-color: #A02A27; }
a { background-color: rgb(160,42,39); }
div.DivClassName
{
background-color: #A02A27;
}
.BgClassName
{
background-color: #A02A27;
}
</style>
border-color css
<style>
span { border-color: #A02A27; }
span { border-color: rgb(160,42,39); }
td.TdClassName
{
border-color: #A02A27;
}
.TagClassName
{
border-color: #A02A27;
}
</style>