Shades of Brown #AB2929
Tints of Brown #AB2929
RGB
CMYK
RGB Variations
Color information
#AB2929 (or 0xAB2929) is known color: Brown. HEX triplet: AB, 29 and 29. RGB value is (171,41,41). Sum of RGB (Red+Green+Blue) = 171+41+41=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2929 is #54D6D6. Grayscale: #505050. Windows color (decimal): -5560023 or 2697643. OLE color: 2697643.
HSL color Cylindrical-coordinate representation of color #AB2929: hue angle of 0º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2929 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 41 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.33 |
| HSL | 0º | 0.61% | 0.42% | - |
| HSV(B) | 0º | 0.76% | 0.67% | - |
| XYZ | 17.99 | 10.4 | 3.16 | - |
| YUV | 79.87 | 106.07 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 41 | 0 | 0.76 | 0.76 | 0.33 | 0 | 0.61 | 0.42 |
| Hex | AB | 29 | 29 | 0 | 4C | 4C | 21 | 0 | 3D | 2A |
| Octal | 253 | 51 | 51 | 0 | 114 | 114 | 41 | 0 | 75 | 52 |
| Binary | 10101011 | 101001 | 101001 | 0 | 1001100 | 1001100 | 100001 | 0 | 111101 | 101010 |
Color Harmonies of #AB2929
Complementary color
Monochromatic Colors of #AB2929
Black with #AB2929
Text Example
Text Example
White with #AB2929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2929; }
p { color: rgb(171,41,41); }
H1.HeaderClassName
{
color: #AB2929;
}
.AnyTagClassName
{
color: #AB2929;
}
</style>
background-color css
<style>
a { background-color: #AB2929; }
a { background-color: rgb(171,41,41); }
div.DivClassName
{
background-color: #AB2929;
}
.BgClassName
{
background-color: #AB2929;
}
</style>
border-color css
<style>
span { border-color: #AB2929; }
span { border-color: rgb(171,41,41); }
td.TdClassName
{
border-color: #AB2929;
}
.TagClassName
{
border-color: #AB2929;
}
</style>