Shades of Brown #AB342D
Tints of Brown #AB342D
RGB
CMYK
RGB Variations
Color information
#AB342D (or 0xAB342D) is known color: Brown. HEX triplet: AB, 34 and 2D. RGB value is (171,52,45). Sum of RGB (Red+Green+Blue) = 171+52+45=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB342D is #54CBD2. Grayscale: #565656. Windows color (decimal): -5557203 or 2962603. OLE color: 2962603.
HSL color Cylindrical-coordinate representation of color #AB342D: hue angle of 3.33º degrees, saturation: 0.58, 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 #AB342D is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 45 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.33 |
| HSL | 3.33º | 0.58% | 0.42% | - |
| HSV(B) | 3.33º | 0.74% | 0.67% | - |
| XYZ | 18.5 | 11.3 | 3.69 | - |
| YUV | 86.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 45 | 0 | 0.70 | 0.74 | 0.33 | 3.33 | 0.58 | 0.42 |
| Hex | AB | 34 | 2D | 0 | 46 | 4A | 21 | 3 | 3A | 2A |
| Octal | 253 | 64 | 55 | 0 | 106 | 112 | 41 | 3 | 72 | 52 |
| Binary | 10101011 | 110100 | 101101 | 0 | 1000110 | 1001010 | 100001 | 11 | 111010 | 101010 |
Color Harmonies of #AB342D
Complementary color
Monochromatic Colors of #AB342D
Black with #AB342D
Text Example
Text Example
White with #AB342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB342D; }
p { color: rgb(171,52,45); }
H1.HeaderClassName
{
color: #AB342D;
}
.AnyTagClassName
{
color: #AB342D;
}
</style>
background-color css
<style>
a { background-color: #AB342D; }
a { background-color: rgb(171,52,45); }
div.DivClassName
{
background-color: #AB342D;
}
.BgClassName
{
background-color: #AB342D;
}
</style>
border-color css
<style>
span { border-color: #AB342D; }
span { border-color: rgb(171,52,45); }
td.TdClassName
{
border-color: #AB342D;
}
.TagClassName
{
border-color: #AB342D;
}
</style>