Shades of Brown #A02B24
Tints of Brown #A02B24
RGB
CMYK
RGB Variations
Color information
#A02B24 (or 0xA02B24) is known color: Brown. HEX triplet: A0, 2B and 24. RGB value is (160,43,36). Sum of RGB (Red+Green+Blue) = 160+43+36=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B24 is #5FD4DB. Grayscale: #4D4D4D. Windows color (decimal): -6280412 or 2370464. OLE color: 2370464.
HSL color Cylindrical-coordinate representation of color #A02B24: hue angle of 3.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02B24 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 36 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.37 |
| HSL | 3.39º | 0.63% | 0.38% | - |
| HSV(B) | 3.39º | 0.78% | 0.63% | - |
| XYZ | 15.68 | 9.33 | 2.64 | - |
| YUV | 77.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 36 | 0 | 0.73 | 0.78 | 0.37 | 3.39 | 0.63 | 0.38 |
| Hex | A0 | 2B | 24 | 0 | 49 | 4E | 25 | 3 | 3F | 26 |
| Octal | 240 | 53 | 44 | 0 | 111 | 116 | 45 | 3 | 77 | 46 |
| Binary | 10100000 | 101011 | 100100 | 0 | 1001001 | 1001110 | 100101 | 11 | 111111 | 100110 |
Color Harmonies of #A02B24
Complementary color
Monochromatic Colors of #A02B24
Black with #A02B24
Text Example
Text Example
White with #A02B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B24; }
p { color: rgb(160,43,36); }
H1.HeaderClassName
{
color: #A02B24;
}
.AnyTagClassName
{
color: #A02B24;
}
</style>
background-color css
<style>
a { background-color: #A02B24; }
a { background-color: rgb(160,43,36); }
div.DivClassName
{
background-color: #A02B24;
}
.BgClassName
{
background-color: #A02B24;
}
</style>
border-color css
<style>
span { border-color: #A02B24; }
span { border-color: rgb(160,43,36); }
td.TdClassName
{
border-color: #A02B24;
}
.TagClassName
{
border-color: #A02B24;
}
</style>