Shades of Brown #AB2C28
Tints of Brown #AB2C28
RGB
CMYK
RGB Variations
Color information
#AB2C28 (or 0xAB2C28) is known color: Brown. HEX triplet: AB, 2C and 28. RGB value is (171,44,40). Sum of RGB (Red+Green+Blue) = 171+44+40=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C28 is #54D3D7. Grayscale: #515151. Windows color (decimal): -5559256 or 2632875. OLE color: 2632875.
HSL color Cylindrical-coordinate representation of color #AB2C28: hue angle of 1.83º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2C28 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 40 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.33 |
| HSL | 1.83º | 0.62% | 0.41% | - |
| HSV(B) | 1.83º | 0.77% | 0.67% | - |
| XYZ | 18.08 | 10.61 | 3.1 | - |
| YUV | 81.52 | 104.58 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 40 | 0 | 0.74 | 0.77 | 0.33 | 1.83 | 0.62 | 0.41 |
| Hex | AB | 2C | 28 | 0 | 4A | 4D | 21 | 2 | 3E | 29 |
| Octal | 253 | 54 | 50 | 0 | 112 | 115 | 41 | 2 | 76 | 51 |
| Binary | 10101011 | 101100 | 101000 | 0 | 1001010 | 1001101 | 100001 | 10 | 111110 | 101001 |
Color Harmonies of #AB2C28
Complementary color
Monochromatic Colors of #AB2C28
Black with #AB2C28
Text Example
Text Example
White with #AB2C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C28; }
p { color: rgb(171,44,40); }
H1.HeaderClassName
{
color: #AB2C28;
}
.AnyTagClassName
{
color: #AB2C28;
}
</style>
background-color css
<style>
a { background-color: #AB2C28; }
a { background-color: rgb(171,44,40); }
div.DivClassName
{
background-color: #AB2C28;
}
.BgClassName
{
background-color: #AB2C28;
}
</style>
border-color css
<style>
span { border-color: #AB2C28; }
span { border-color: rgb(171,44,40); }
td.TdClassName
{
border-color: #AB2C28;
}
.TagClassName
{
border-color: #AB2C28;
}
</style>