Shades of Brown #AB3226
Tints of Brown #AB3226
RGB
CMYK
RGB Variations
Color information
#AB3226 (or 0xAB3226) is known color: Brown. HEX triplet: AB, 32 and 26. RGB value is (171,50,38). Sum of RGB (Red+Green+Blue) = 171+50+38=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3226 is #54CDD9. Grayscale: #545454. Windows color (decimal): -5557722 or 2503339. OLE color: 2503339.
HSL color Cylindrical-coordinate representation of color #AB3226: hue angle of 5.41º degrees, saturation: 0.64, 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 #AB3226 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 38 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.33 |
| HSL | 5.41º | 0.64% | 0.41% | - |
| HSV(B) | 5.41º | 0.78% | 0.67% | - |
| XYZ | 18.29 | 11.08 | 3.01 | - |
| YUV | 84.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 38 | 0 | 0.71 | 0.78 | 0.33 | 5.41 | 0.64 | 0.41 |
| Hex | AB | 32 | 26 | 0 | 47 | 4E | 21 | 5 | 40 | 29 |
| Octal | 253 | 62 | 46 | 0 | 107 | 116 | 41 | 5 | 100 | 51 |
| Binary | 10101011 | 110010 | 100110 | 0 | 1000111 | 1001110 | 100001 | 101 | 1000000 | 101001 |
Color Harmonies of #AB3226
Complementary color
Monochromatic Colors of #AB3226
Black with #AB3226
Text Example
Text Example
White with #AB3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3226; }
p { color: rgb(171,50,38); }
H1.HeaderClassName
{
color: #AB3226;
}
.AnyTagClassName
{
color: #AB3226;
}
</style>
background-color css
<style>
a { background-color: #AB3226; }
a { background-color: rgb(171,50,38); }
div.DivClassName
{
background-color: #AB3226;
}
.BgClassName
{
background-color: #AB3226;
}
</style>
border-color css
<style>
span { border-color: #AB3226; }
span { border-color: rgb(171,50,38); }
td.TdClassName
{
border-color: #AB3226;
}
.TagClassName
{
border-color: #AB3226;
}
</style>