Shades of Brown #A02624
Tints of Brown #A02624
RGB
CMYK
RGB Variations
Color information
#A02624 (or 0xA02624) is known color: Brown. HEX triplet: A0, 26 and 24. RGB value is (160,38,36). Sum of RGB (Red+Green+Blue) = 160+38+36=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A02624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02624 is #5FD9DB. Grayscale: #4A4A4A. Windows color (decimal): -6281692 or 2369184. OLE color: 2369184.
HSL color Cylindrical-coordinate representation of color #A02624: hue angle of 0.97º 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 #A02624 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 36 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.37 |
| HSL | 0.97º | 0.63% | 0.38% | - |
| HSV(B) | 0.97º | 0.78% | 0.63% | - |
| XYZ | 15.51 | 8.99 | 2.59 | - |
| YUV | 74.25 | 106.42 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 36 | 0 | 0.76 | 0.78 | 0.37 | 0.97 | 0.63 | 0.38 |
| Hex | A0 | 26 | 24 | 0 | 4C | 4E | 25 | 1 | 3F | 26 |
| Octal | 240 | 46 | 44 | 0 | 114 | 116 | 45 | 1 | 77 | 46 |
| Binary | 10100000 | 100110 | 100100 | 0 | 1001100 | 1001110 | 100101 | 1 | 111111 | 100110 |
Color Harmonies of #A02624
Complementary color
Monochromatic Colors of #A02624
Black with #A02624
Text Example
Text Example
White with #A02624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02624; }
p { color: rgb(160,38,36); }
H1.HeaderClassName
{
color: #A02624;
}
.AnyTagClassName
{
color: #A02624;
}
</style>
background-color css
<style>
a { background-color: #A02624; }
a { background-color: rgb(160,38,36); }
div.DivClassName
{
background-color: #A02624;
}
.BgClassName
{
background-color: #A02624;
}
</style>
border-color css
<style>
span { border-color: #A02624; }
span { border-color: rgb(160,38,36); }
td.TdClassName
{
border-color: #A02624;
}
.TagClassName
{
border-color: #A02624;
}
</style>