Shades of Brown #AB3224
Tints of Brown #AB3224
RGB
CMYK
RGB Variations
Color information
#AB3224 (or 0xAB3224) is known color: Brown. HEX triplet: AB, 32 and 24. RGB value is (171,50,36). Sum of RGB (Red+Green+Blue) = 171+50+36=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3224 is #54CDDB. Grayscale: #545454. Windows color (decimal): -5557724 or 2372267. OLE color: 2372267.
HSL color Cylindrical-coordinate representation of color #AB3224: hue angle of 6.22º 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 #AB3224 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 36 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.33 |
| HSL | 6.22º | 0.65% | 0.41% | - |
| HSV(B) | 6.22º | 0.79% | 0.67% | - |
| XYZ | 18.25 | 11.07 | 2.84 | - |
| YUV | 84.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 36 | 0 | 0.71 | 0.79 | 0.33 | 6.22 | 0.65 | 0.41 |
| Hex | AB | 32 | 24 | 0 | 47 | 4F | 21 | 6 | 41 | 29 |
| Octal | 253 | 62 | 44 | 0 | 107 | 117 | 41 | 6 | 101 | 51 |
| Binary | 10101011 | 110010 | 100100 | 0 | 1000111 | 1001111 | 100001 | 110 | 1000001 | 101001 |
Color Harmonies of #AB3224
Complementary color
Monochromatic Colors of #AB3224
Black with #AB3224
Text Example
Text Example
White with #AB3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3224; }
p { color: rgb(171,50,36); }
H1.HeaderClassName
{
color: #AB3224;
}
.AnyTagClassName
{
color: #AB3224;
}
</style>
background-color css
<style>
a { background-color: #AB3224; }
a { background-color: rgb(171,50,36); }
div.DivClassName
{
background-color: #AB3224;
}
.BgClassName
{
background-color: #AB3224;
}
</style>
border-color css
<style>
span { border-color: #AB3224; }
span { border-color: rgb(171,50,36); }
td.TdClassName
{
border-color: #AB3224;
}
.TagClassName
{
border-color: #AB3224;
}
</style>