Shades of Brown #AB2B24
Tints of Brown #AB2B24
RGB
CMYK
RGB Variations
Color information
#AB2B24 (or 0xAB2B24) is known color: Brown. HEX triplet: AB, 2B and 24. RGB value is (171,43,36). Sum of RGB (Red+Green+Blue) = 171+43+36=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B24 is #54D4DB. Grayscale: #505050. Windows color (decimal): -5559516 or 2370475. OLE color: 2370475.
HSL color Cylindrical-coordinate representation of color #AB2B24: hue angle of 3.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2B24 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 36 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.33 |
| HSL | 3.11º | 0.65% | 0.41% | - |
| HSV(B) | 3.11º | 0.79% | 0.67% | - |
| XYZ | 17.98 | 10.51 | 2.75 | - |
| YUV | 80.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 36 | 0 | 0.75 | 0.79 | 0.33 | 3.11 | 0.65 | 0.41 |
| Hex | AB | 2B | 24 | 0 | 4B | 4F | 21 | 3 | 41 | 29 |
| Octal | 253 | 53 | 44 | 0 | 113 | 117 | 41 | 3 | 101 | 51 |
| Binary | 10101011 | 101011 | 100100 | 0 | 1001011 | 1001111 | 100001 | 11 | 1000001 | 101001 |
Color Harmonies of #AB2B24
Complementary color
Monochromatic Colors of #AB2B24
Black with #AB2B24
Text Example
Text Example
White with #AB2B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B24; }
p { color: rgb(171,43,36); }
H1.HeaderClassName
{
color: #AB2B24;
}
.AnyTagClassName
{
color: #AB2B24;
}
</style>
background-color css
<style>
a { background-color: #AB2B24; }
a { background-color: rgb(171,43,36); }
div.DivClassName
{
background-color: #AB2B24;
}
.BgClassName
{
background-color: #AB2B24;
}
</style>
border-color css
<style>
span { border-color: #AB2B24; }
span { border-color: rgb(171,43,36); }
td.TdClassName
{
border-color: #AB2B24;
}
.TagClassName
{
border-color: #AB2B24;
}
</style>