Shades of Brown #A02A1B
Tints of Brown #A02A1B
RGB
CMYK
RGB Variations
Color information
#A02A1B (or 0xA02A1B) is known color: Brown. HEX triplet: A0, 2A and 1B. RGB value is (160,42,27). Sum of RGB (Red+Green+Blue) = 160+42+27=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A1B is #5FD5E4. Grayscale: #4B4B4B. Windows color (decimal): -6280677 or 1780384. OLE color: 1780384.
HSL color Cylindrical-coordinate representation of color #A02A1B: hue angle of 6.77º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A02A1B is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 27 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.37 |
| HSL | 6.77º | 0.71% | 0.37% | - |
| HSV(B) | 6.77º | 0.83% | 0.63% | - |
| XYZ | 15.52 | 9.21 | 2 | - |
| YUV | 75.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 27 | 0 | 0.74 | 0.83 | 0.37 | 6.77 | 0.71 | 0.37 |
| Hex | A0 | 2A | 1B | 0 | 4A | 53 | 25 | 7 | 47 | 25 |
| Octal | 240 | 52 | 33 | 0 | 112 | 123 | 45 | 7 | 107 | 45 |
| Binary | 10100000 | 101010 | 11011 | 0 | 1001010 | 1010011 | 100101 | 111 | 1000111 | 100101 |
Color Harmonies of #A02A1B
Complementary color
Monochromatic Colors of #A02A1B
Black with #A02A1B
Text Example
Text Example
White with #A02A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A1B; }
p { color: rgb(160,42,27); }
H1.HeaderClassName
{
color: #A02A1B;
}
.AnyTagClassName
{
color: #A02A1B;
}
</style>
background-color css
<style>
a { background-color: #A02A1B; }
a { background-color: rgb(160,42,27); }
div.DivClassName
{
background-color: #A02A1B;
}
.BgClassName
{
background-color: #A02A1B;
}
</style>
border-color css
<style>
span { border-color: #A02A1B; }
span { border-color: rgb(160,42,27); }
td.TdClassName
{
border-color: #A02A1B;
}
.TagClassName
{
border-color: #A02A1B;
}
</style>