Shades of Brown #AB332D
Tints of Brown #AB332D
RGB
CMYK
RGB Variations
Color information
#AB332D (or 0xAB332D) is known color: Brown. HEX triplet: AB, 33 and 2D. RGB value is (171,51,45). Sum of RGB (Red+Green+Blue) = 171+51+45=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB332D is #54CCD2. Grayscale: #565656. Windows color (decimal): -5557459 or 2962347. OLE color: 2962347.
HSL color Cylindrical-coordinate representation of color #AB332D: hue angle of 2.86º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB332D is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 45 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.33 |
| HSL | 2.86º | 0.58% | 0.42% | - |
| HSV(B) | 2.86º | 0.74% | 0.67% | - |
| XYZ | 18.45 | 11.22 | 3.67 | - |
| YUV | 86.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 45 | 0 | 0.70 | 0.74 | 0.33 | 2.86 | 0.58 | 0.42 |
| Hex | AB | 33 | 2D | 0 | 46 | 4A | 21 | 3 | 3A | 2A |
| Octal | 253 | 63 | 55 | 0 | 106 | 112 | 41 | 3 | 72 | 52 |
| Binary | 10101011 | 110011 | 101101 | 0 | 1000110 | 1001010 | 100001 | 11 | 111010 | 101010 |
Color Harmonies of #AB332D
Complementary color
Monochromatic Colors of #AB332D
Black with #AB332D
Text Example
Text Example
White with #AB332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB332D; }
p { color: rgb(171,51,45); }
H1.HeaderClassName
{
color: #AB332D;
}
.AnyTagClassName
{
color: #AB332D;
}
</style>
background-color css
<style>
a { background-color: #AB332D; }
a { background-color: rgb(171,51,45); }
div.DivClassName
{
background-color: #AB332D;
}
.BgClassName
{
background-color: #AB332D;
}
</style>
border-color css
<style>
span { border-color: #AB332D; }
span { border-color: rgb(171,51,45); }
td.TdClassName
{
border-color: #AB332D;
}
.TagClassName
{
border-color: #AB332D;
}
</style>