Shades of Brown #AB352A
Tints of Brown #AB352A
RGB
CMYK
RGB Variations
Color information
#AB352A (or 0xAB352A) is known color: Brown. HEX triplet: AB, 35 and 2A. RGB value is (171,53,42). Sum of RGB (Red+Green+Blue) = 171+53+42=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB352A is #54CAD5. Grayscale: #575757. Windows color (decimal): -5556950 or 2766251. OLE color: 2766251.
HSL color Cylindrical-coordinate representation of color #AB352A: hue angle of 5.12º degrees, saturation: 0.61, 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 #AB352A is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 42 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.33 |
| HSL | 5.12º | 0.61% | 0.42% | - |
| HSV(B) | 5.12º | 0.75% | 0.67% | - |
| XYZ | 18.49 | 11.37 | 3.41 | - |
| YUV | 87.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 42 | 0 | 0.69 | 0.75 | 0.33 | 5.12 | 0.61 | 0.42 |
| Hex | AB | 35 | 2A | 0 | 45 | 4B | 21 | 5 | 3D | 2A |
| Octal | 253 | 65 | 52 | 0 | 105 | 113 | 41 | 5 | 75 | 52 |
| Binary | 10101011 | 110101 | 101010 | 0 | 1000101 | 1001011 | 100001 | 101 | 111101 | 101010 |
Color Harmonies of #AB352A
Complementary color
Monochromatic Colors of #AB352A
Black with #AB352A
Text Example
Text Example
White with #AB352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB352A; }
p { color: rgb(171,53,42); }
H1.HeaderClassName
{
color: #AB352A;
}
.AnyTagClassName
{
color: #AB352A;
}
</style>
background-color css
<style>
a { background-color: #AB352A; }
a { background-color: rgb(171,53,42); }
div.DivClassName
{
background-color: #AB352A;
}
.BgClassName
{
background-color: #AB352A;
}
</style>
border-color css
<style>
span { border-color: #AB352A; }
span { border-color: rgb(171,53,42); }
td.TdClassName
{
border-color: #AB352A;
}
.TagClassName
{
border-color: #AB352A;
}
</style>