Shades of Brown #AB342C
Tints of Brown #AB342C
RGB
CMYK
RGB Variations
Color information
#AB342C (or 0xAB342C) is known color: Brown. HEX triplet: AB, 34 and 2C. RGB value is (171,52,44). Sum of RGB (Red+Green+Blue) = 171+52+44=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB342C is #54CBD3. Grayscale: #565656. Windows color (decimal): -5557204 or 2897067. OLE color: 2897067.
HSL color Cylindrical-coordinate representation of color #AB342C: hue angle of 3.78º degrees, saturation: 0.59, 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 #AB342C is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 44 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.33 |
| HSL | 3.78º | 0.59% | 0.42% | - |
| HSV(B) | 3.78º | 0.74% | 0.67% | - |
| XYZ | 18.48 | 11.3 | 3.59 | - |
| YUV | 86.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 44 | 0 | 0.70 | 0.74 | 0.33 | 3.78 | 0.59 | 0.42 |
| Hex | AB | 34 | 2C | 0 | 46 | 4A | 21 | 4 | 3B | 2A |
| Octal | 253 | 64 | 54 | 0 | 106 | 112 | 41 | 4 | 73 | 52 |
| Binary | 10101011 | 110100 | 101100 | 0 | 1000110 | 1001010 | 100001 | 100 | 111011 | 101010 |
Color Harmonies of #AB342C
Complementary color
Monochromatic Colors of #AB342C
Black with #AB342C
Text Example
Text Example
White with #AB342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB342C; }
p { color: rgb(171,52,44); }
H1.HeaderClassName
{
color: #AB342C;
}
.AnyTagClassName
{
color: #AB342C;
}
</style>
background-color css
<style>
a { background-color: #AB342C; }
a { background-color: rgb(171,52,44); }
div.DivClassName
{
background-color: #AB342C;
}
.BgClassName
{
background-color: #AB342C;
}
</style>
border-color css
<style>
span { border-color: #AB342C; }
span { border-color: rgb(171,52,44); }
td.TdClassName
{
border-color: #AB342C;
}
.TagClassName
{
border-color: #AB342C;
}
</style>