Shades of Brown #AB2E26
Tints of Brown #AB2E26
RGB
CMYK
RGB Variations
Color information
#AB2E26 (or 0xAB2E26) is known color: Brown. HEX triplet: AB, 2E and 26. RGB value is (171,46,38). Sum of RGB (Red+Green+Blue) = 171+46+38=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2E26 is #54D1D9. Grayscale: #525252. Windows color (decimal): -5558746 or 2502315. OLE color: 2502315.
HSL color Cylindrical-coordinate representation of color #AB2E26: hue angle of 3.61º 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 #AB2E26 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 38 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.33 |
| HSL | 3.61º | 0.64% | 0.41% | - |
| HSV(B) | 3.61º | 0.78% | 0.67% | - |
| XYZ | 18.12 | 10.75 | 2.95 | - |
| YUV | 82.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 38 | 0 | 0.73 | 0.78 | 0.33 | 3.61 | 0.64 | 0.41 |
| Hex | AB | 2E | 26 | 0 | 49 | 4E | 21 | 4 | 40 | 29 |
| Octal | 253 | 56 | 46 | 0 | 111 | 116 | 41 | 4 | 100 | 51 |
| Binary | 10101011 | 101110 | 100110 | 0 | 1001001 | 1001110 | 100001 | 100 | 1000000 | 101001 |
Color Harmonies of #AB2E26
Complementary color
Monochromatic Colors of #AB2E26
Black with #AB2E26
Text Example
Text Example
White with #AB2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E26; }
p { color: rgb(171,46,38); }
H1.HeaderClassName
{
color: #AB2E26;
}
.AnyTagClassName
{
color: #AB2E26;
}
</style>
background-color css
<style>
a { background-color: #AB2E26; }
a { background-color: rgb(171,46,38); }
div.DivClassName
{
background-color: #AB2E26;
}
.BgClassName
{
background-color: #AB2E26;
}
</style>
border-color css
<style>
span { border-color: #AB2E26; }
span { border-color: rgb(171,46,38); }
td.TdClassName
{
border-color: #AB2E26;
}
.TagClassName
{
border-color: #AB2E26;
}
</style>