Shades of Brown #AB3231
Tints of Brown #AB3231
RGB
CMYK
RGB Variations
Color information
#AB3231 (or 0xAB3231) is known color: Brown. HEX triplet: AB, 32 and 31. RGB value is (171,50,49). Sum of RGB (Red+Green+Blue) = 171+50+49=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3231 is #54CDCE. Grayscale: #565656. Windows color (decimal): -5557711 or 3224235. OLE color: 3224235.
HSL color Cylindrical-coordinate representation of color #AB3231: hue angle of 0.49º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3231 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 49 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.33 |
| HSL | 0.49º | 0.55% | 0.43% | - |
| HSV(B) | 0.49º | 0.71% | 0.67% | - |
| XYZ | 18.49 | 11.16 | 4.09 | - |
| YUV | 86.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 49 | 0 | 0.71 | 0.71 | 0.33 | 0.49 | 0.55 | 0.43 |
| Hex | AB | 32 | 31 | 0 | 47 | 47 | 21 | 0 | 37 | 2B |
| Octal | 253 | 62 | 61 | 0 | 107 | 107 | 41 | 0 | 67 | 53 |
| Binary | 10101011 | 110010 | 110001 | 0 | 1000111 | 1000111 | 100001 | 0 | 110111 | 101011 |
Color Harmonies of #AB3231
Complementary color
Monochromatic Colors of #AB3231
Black with #AB3231
Text Example
Text Example
White with #AB3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3231; }
p { color: rgb(171,50,49); }
H1.HeaderClassName
{
color: #AB3231;
}
.AnyTagClassName
{
color: #AB3231;
}
</style>
background-color css
<style>
a { background-color: #AB3231; }
a { background-color: rgb(171,50,49); }
div.DivClassName
{
background-color: #AB3231;
}
.BgClassName
{
background-color: #AB3231;
}
</style>
border-color css
<style>
span { border-color: #AB3231; }
span { border-color: rgb(171,50,49); }
td.TdClassName
{
border-color: #AB3231;
}
.TagClassName
{
border-color: #AB3231;
}
</style>