Shades of Brown #AB2B21
Tints of Brown #AB2B21
RGB
CMYK
RGB Variations
Color information
#AB2B21 (or 0xAB2B21) is known color: Brown. HEX triplet: AB, 2B and 21. RGB value is (171,43,33). Sum of RGB (Red+Green+Blue) = 171+43+33=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B21 is #54D4DE. Grayscale: #505050. Windows color (decimal): -5559519 or 2173867. OLE color: 2173867.
HSL color Cylindrical-coordinate representation of color #AB2B21: hue angle of 4.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2B21 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 33 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.33 |
| HSL | 4.35º | 0.68% | 0.4% | - |
| HSV(B) | 4.35º | 0.81% | 0.67% | - |
| XYZ | 17.93 | 10.5 | 2.52 | - |
| YUV | 80.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 33 | 0 | 0.75 | 0.81 | 0.33 | 4.35 | 0.68 | 0.4 |
| Hex | AB | 2B | 21 | 0 | 4B | 51 | 21 | 4 | 44 | 28 |
| Octal | 253 | 53 | 41 | 0 | 113 | 121 | 41 | 4 | 104 | 50 |
| Binary | 10101011 | 101011 | 100001 | 0 | 1001011 | 1010001 | 100001 | 100 | 1000100 | 101000 |
Color Harmonies of #AB2B21
Complementary color
Monochromatic Colors of #AB2B21
Black with #AB2B21
Text Example
Text Example
White with #AB2B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B21; }
p { color: rgb(171,43,33); }
H1.HeaderClassName
{
color: #AB2B21;
}
.AnyTagClassName
{
color: #AB2B21;
}
</style>
background-color css
<style>
a { background-color: #AB2B21; }
a { background-color: rgb(171,43,33); }
div.DivClassName
{
background-color: #AB2B21;
}
.BgClassName
{
background-color: #AB2B21;
}
</style>
border-color css
<style>
span { border-color: #AB2B21; }
span { border-color: rgb(171,43,33); }
td.TdClassName
{
border-color: #AB2B21;
}
.TagClassName
{
border-color: #AB2B21;
}
</style>