Shades of Brown #AA2826
Tints of Brown #AA2826
RGB
CMYK
RGB Variations
Color information
#AA2826 (or 0xAA2826) is known color: Brown. HEX triplet: AA, 28 and 26. RGB value is (170,40,38). Sum of RGB (Red+Green+Blue) = 170+40+38=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2826 is #55D7D9. Grayscale: #4E4E4E. Windows color (decimal): -5625818 or 2500778. OLE color: 2500778.
HSL color Cylindrical-coordinate representation of color #AA2826: hue angle of 0.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2826 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 38 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.33 |
| HSL | 0.91º | 0.63% | 0.41% | - |
| HSV(B) | 0.91º | 0.78% | 0.67% | - |
| XYZ | 17.69 | 10.2 | 2.87 | - |
| YUV | 78.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 38 | 0 | 0.76 | 0.78 | 0.33 | 0.91 | 0.63 | 0.41 |
| Hex | AA | 28 | 26 | 0 | 4C | 4E | 21 | 1 | 3F | 29 |
| Octal | 252 | 50 | 46 | 0 | 114 | 116 | 41 | 1 | 77 | 51 |
| Binary | 10101010 | 101000 | 100110 | 0 | 1001100 | 1001110 | 100001 | 1 | 111111 | 101001 |
Color Harmonies of #AA2826
Complementary color
Monochromatic Colors of #AA2826
Black with #AA2826
Text Example
Text Example
White with #AA2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2826; }
p { color: rgb(170,40,38); }
H1.HeaderClassName
{
color: #AA2826;
}
.AnyTagClassName
{
color: #AA2826;
}
</style>
background-color css
<style>
a { background-color: #AA2826; }
a { background-color: rgb(170,40,38); }
div.DivClassName
{
background-color: #AA2826;
}
.BgClassName
{
background-color: #AA2826;
}
</style>
border-color css
<style>
span { border-color: #AA2826; }
span { border-color: rgb(170,40,38); }
td.TdClassName
{
border-color: #AA2826;
}
.TagClassName
{
border-color: #AA2826;
}
</style>