Shades of Brown #AB3422
Tints of Brown #AB3422
RGB
CMYK
RGB Variations
Color information
#AB3422 (or 0xAB3422) is known color: Brown. HEX triplet: AB, 34 and 22. RGB value is (171,52,34). Sum of RGB (Red+Green+Blue) = 171+52+34=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3422 is #54CBDD. Grayscale: #555555. Windows color (decimal): -5557214 or 2241707. OLE color: 2241707.
HSL color Cylindrical-coordinate representation of color #AB3422: hue angle of 7.88º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB3422 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 34 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.33 |
| HSL | 7.88º | 0.67% | 0.4% | - |
| HSV(B) | 7.88º | 0.8% | 0.67% | - |
| XYZ | 18.31 | 11.23 | 2.72 | - |
| YUV | 85.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 34 | 0 | 0.70 | 0.80 | 0.33 | 7.88 | 0.67 | 0.4 |
| Hex | AB | 34 | 22 | 0 | 46 | 50 | 21 | 8 | 43 | 28 |
| Octal | 253 | 64 | 42 | 0 | 106 | 120 | 41 | 10 | 103 | 50 |
| Binary | 10101011 | 110100 | 100010 | 0 | 1000110 | 1010000 | 100001 | 1000 | 1000011 | 101000 |
Color Harmonies of #AB3422
Complementary color
Monochromatic Colors of #AB3422
Black with #AB3422
Text Example
Text Example
White with #AB3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3422; }
p { color: rgb(171,52,34); }
H1.HeaderClassName
{
color: #AB3422;
}
.AnyTagClassName
{
color: #AB3422;
}
</style>
background-color css
<style>
a { background-color: #AB3422; }
a { background-color: rgb(171,52,34); }
div.DivClassName
{
background-color: #AB3422;
}
.BgClassName
{
background-color: #AB3422;
}
</style>
border-color css
<style>
span { border-color: #AB3422; }
span { border-color: rgb(171,52,34); }
td.TdClassName
{
border-color: #AB3422;
}
.TagClassName
{
border-color: #AB3422;
}
</style>