Shades of Brown #AB302E
Tints of Brown #AB302E
RGB
CMYK
RGB Variations
Color information
#AB302E (or 0xAB302E) is known color: Brown. HEX triplet: AB, 30 and 2E. RGB value is (171,48,46). Sum of RGB (Red+Green+Blue) = 171+48+46=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB302E is #54CFD1. Grayscale: #545454. Windows color (decimal): -5558226 or 3027115. OLE color: 3027115.
HSL color Cylindrical-coordinate representation of color #AB302E: hue angle of 0.96º 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 #AB302E is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 46 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.33 |
| HSL | 0.96º | 0.58% | 0.43% | - |
| HSV(B) | 0.96º | 0.73% | 0.67% | - |
| XYZ | 18.34 | 10.97 | 3.74 | - |
| YUV | 84.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 46 | 0 | 0.72 | 0.73 | 0.33 | 0.96 | 0.58 | 0.43 |
| Hex | AB | 30 | 2E | 0 | 48 | 49 | 21 | 1 | 3A | 2B |
| Octal | 253 | 60 | 56 | 0 | 110 | 111 | 41 | 1 | 72 | 53 |
| Binary | 10101011 | 110000 | 101110 | 0 | 1001000 | 1001001 | 100001 | 1 | 111010 | 101011 |
Color Harmonies of #AB302E
Complementary color
Monochromatic Colors of #AB302E
Black with #AB302E
Text Example
Text Example
White with #AB302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB302E; }
p { color: rgb(171,48,46); }
H1.HeaderClassName
{
color: #AB302E;
}
.AnyTagClassName
{
color: #AB302E;
}
</style>
background-color css
<style>
a { background-color: #AB302E; }
a { background-color: rgb(171,48,46); }
div.DivClassName
{
background-color: #AB302E;
}
.BgClassName
{
background-color: #AB302E;
}
</style>
border-color css
<style>
span { border-color: #AB302E; }
span { border-color: rgb(171,48,46); }
td.TdClassName
{
border-color: #AB302E;
}
.TagClassName
{
border-color: #AB302E;
}
</style>