Shades of Brown #A82824
Tints of Brown #A82824
RGB
CMYK
RGB Variations
Color information
#A82824 (or 0xA82824) is known color: Brown. HEX triplet: A8, 28 and 24. RGB value is (168,40,36). Sum of RGB (Red+Green+Blue) = 168+40+36=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A82824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82824 is #57D7DB. Grayscale: #4D4D4D. Windows color (decimal): -5756892 or 2369704. OLE color: 2369704.
HSL color Cylindrical-coordinate representation of color #A82824: hue angle of 1.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82824 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 36 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.34 |
| HSL | 1.82º | 0.65% | 0.4% | - |
| HSV(B) | 1.82º | 0.79% | 0.66% | - |
| XYZ | 17.23 | 9.97 | 2.69 | - |
| YUV | 77.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 36 | 0 | 0.76 | 0.79 | 0.34 | 1.82 | 0.65 | 0.4 |
| Hex | A8 | 28 | 24 | 0 | 4C | 4F | 22 | 2 | 41 | 28 |
| Octal | 250 | 50 | 44 | 0 | 114 | 117 | 42 | 2 | 101 | 50 |
| Binary | 10101000 | 101000 | 100100 | 0 | 1001100 | 1001111 | 100010 | 10 | 1000001 | 101000 |
Color Harmonies of #A82824
Complementary color
Monochromatic Colors of #A82824
Black with #A82824
Text Example
Text Example
White with #A82824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82824; }
p { color: rgb(168,40,36); }
H1.HeaderClassName
{
color: #A82824;
}
.AnyTagClassName
{
color: #A82824;
}
</style>
background-color css
<style>
a { background-color: #A82824; }
a { background-color: rgb(168,40,36); }
div.DivClassName
{
background-color: #A82824;
}
.BgClassName
{
background-color: #A82824;
}
</style>
border-color css
<style>
span { border-color: #A82824; }
span { border-color: rgb(168,40,36); }
td.TdClassName
{
border-color: #A82824;
}
.TagClassName
{
border-color: #A82824;
}
</style>