Shades of Brown #A82828
Tints of Brown #A82828
RGB
CMYK
RGB Variations
Color information
#A82828 (or 0xA82828) is known color: Brown. HEX triplet: A8, 28 and 28. RGB value is (168,40,40). Sum of RGB (Red+Green+Blue) = 168+40+40=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A82828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82828 is #57D7D7. Grayscale: #4E4E4E. Windows color (decimal): -5756888 or 2631848. OLE color: 2631848.
HSL color Cylindrical-coordinate representation of color #A82828: hue angle of 0º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82828 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 40 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.34 |
| HSL | 0º | 0.62% | 0.41% | - |
| HSV(B) | 0º | 0.76% | 0.66% | - |
| XYZ | 17.29 | 10 | 3.03 | - |
| YUV | 78.27 | 106.41 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 40 | 0 | 0.76 | 0.76 | 0.34 | 0 | 0.62 | 0.41 |
| Hex | A8 | 28 | 28 | 0 | 4C | 4C | 22 | 0 | 3E | 29 |
| Octal | 250 | 50 | 50 | 0 | 114 | 114 | 42 | 0 | 76 | 51 |
| Binary | 10101000 | 101000 | 101000 | 0 | 1001100 | 1001100 | 100010 | 0 | 111110 | 101001 |
Color Harmonies of #A82828
Complementary color
Monochromatic Colors of #A82828
Black with #A82828
Text Example
Text Example
White with #A82828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82828; }
p { color: rgb(168,40,40); }
H1.HeaderClassName
{
color: #A82828;
}
.AnyTagClassName
{
color: #A82828;
}
</style>
background-color css
<style>
a { background-color: #A82828; }
a { background-color: rgb(168,40,40); }
div.DivClassName
{
background-color: #A82828;
}
.BgClassName
{
background-color: #A82828;
}
</style>
border-color css
<style>
span { border-color: #A82828; }
span { border-color: rgb(168,40,40); }
td.TdClassName
{
border-color: #A82828;
}
.TagClassName
{
border-color: #A82828;
}
</style>