Shades of Brown #AB342E
Tints of Brown #AB342E
RGB
CMYK
RGB Variations
Color information
#AB342E (or 0xAB342E) is known color: Brown. HEX triplet: AB, 34 and 2E. RGB value is (171,52,46). Sum of RGB (Red+Green+Blue) = 171+52+46=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB342E is #54CBD1. Grayscale: #575757. Windows color (decimal): -5557202 or 3028139. OLE color: 3028139.
HSL color Cylindrical-coordinate representation of color #AB342E: hue angle of 2.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB342E is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 46 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.33 |
| HSL | 2.88º | 0.58% | 0.43% | - |
| HSV(B) | 2.88º | 0.73% | 0.67% | - |
| XYZ | 18.52 | 11.31 | 3.79 | - |
| YUV | 86.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 46 | 0 | 0.70 | 0.73 | 0.33 | 2.88 | 0.58 | 0.43 |
| Hex | AB | 34 | 2E | 0 | 46 | 49 | 21 | 3 | 3A | 2B |
| Octal | 253 | 64 | 56 | 0 | 106 | 111 | 41 | 3 | 72 | 53 |
| Binary | 10101011 | 110100 | 101110 | 0 | 1000110 | 1001001 | 100001 | 11 | 111010 | 101011 |
Color Harmonies of #AB342E
Complementary color
Monochromatic Colors of #AB342E
Black with #AB342E
Text Example
Text Example
White with #AB342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB342E; }
p { color: rgb(171,52,46); }
H1.HeaderClassName
{
color: #AB342E;
}
.AnyTagClassName
{
color: #AB342E;
}
</style>
background-color css
<style>
a { background-color: #AB342E; }
a { background-color: rgb(171,52,46); }
div.DivClassName
{
background-color: #AB342E;
}
.BgClassName
{
background-color: #AB342E;
}
</style>
border-color css
<style>
span { border-color: #AB342E; }
span { border-color: rgb(171,52,46); }
td.TdClassName
{
border-color: #AB342E;
}
.TagClassName
{
border-color: #AB342E;
}
</style>