Shades of Brown #AB352B
Tints of Brown #AB352B
RGB
CMYK
RGB Variations
Color information
#AB352B (or 0xAB352B) is known color: Brown. HEX triplet: AB, 35 and 2B. RGB value is (171,53,43). Sum of RGB (Red+Green+Blue) = 171+53+43=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB352B is #54CAD4. Grayscale: #575757. Windows color (decimal): -5556949 or 2831787. OLE color: 2831787.
HSL color Cylindrical-coordinate representation of color #AB352B: hue angle of 4.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB352B is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 43 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.33 |
| HSL | 4.69º | 0.6% | 0.42% | - |
| HSV(B) | 4.69º | 0.75% | 0.67% | - |
| XYZ | 18.5 | 11.38 | 3.51 | - |
| YUV | 87.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 43 | 0 | 0.69 | 0.75 | 0.33 | 4.69 | 0.6 | 0.42 |
| Hex | AB | 35 | 2B | 0 | 45 | 4B | 21 | 5 | 3C | 2A |
| Octal | 253 | 65 | 53 | 0 | 105 | 113 | 41 | 5 | 74 | 52 |
| Binary | 10101011 | 110101 | 101011 | 0 | 1000101 | 1001011 | 100001 | 101 | 111100 | 101010 |
Color Harmonies of #AB352B
Complementary color
Monochromatic Colors of #AB352B
Black with #AB352B
Text Example
Text Example
White with #AB352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB352B; }
p { color: rgb(171,53,43); }
H1.HeaderClassName
{
color: #AB352B;
}
.AnyTagClassName
{
color: #AB352B;
}
</style>
background-color css
<style>
a { background-color: #AB352B; }
a { background-color: rgb(171,53,43); }
div.DivClassName
{
background-color: #AB352B;
}
.BgClassName
{
background-color: #AB352B;
}
</style>
border-color css
<style>
span { border-color: #AB352B; }
span { border-color: rgb(171,53,43); }
td.TdClassName
{
border-color: #AB352B;
}
.TagClassName
{
border-color: #AB352B;
}
</style>