Shades of Brown #AE2C2B
Tints of Brown #AE2C2B
RGB
CMYK
RGB Variations
Color information
#AE2C2B (or 0xAE2C2B) is known color: Brown. HEX triplet: AE, 2C and 2B. RGB value is (174,44,43). Sum of RGB (Red+Green+Blue) = 174+44+43=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C2B is #51D3D4. Grayscale: #525252. Windows color (decimal): -5362645 or 2829486. OLE color: 2829486.
HSL color Cylindrical-coordinate representation of color #AE2C2B: hue angle of 0.46º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C2B is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 43 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.32 |
| HSL | 0.46º | 0.6% | 0.43% | - |
| HSV(B) | 0.46º | 0.75% | 0.68% | - |
| XYZ | 18.79 | 10.97 | 3.41 | - |
| YUV | 82.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 43 | 0 | 0.75 | 0.75 | 0.32 | 0.46 | 0.6 | 0.43 |
| Hex | AE | 2C | 2B | 0 | 4B | 4B | 20 | 0 | 3C | 2B |
| Octal | 256 | 54 | 53 | 0 | 113 | 113 | 40 | 0 | 74 | 53 |
| Binary | 10101110 | 101100 | 101011 | 0 | 1001011 | 1001011 | 100000 | 0 | 111100 | 101011 |
Color Harmonies of #AE2C2B
Complementary color
Monochromatic Colors of #AE2C2B
Black with #AE2C2B
Text Example
Text Example
White with #AE2C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C2B; }
p { color: rgb(174,44,43); }
H1.HeaderClassName
{
color: #AE2C2B;
}
.AnyTagClassName
{
color: #AE2C2B;
}
</style>
background-color css
<style>
a { background-color: #AE2C2B; }
a { background-color: rgb(174,44,43); }
div.DivClassName
{
background-color: #AE2C2B;
}
.BgClassName
{
background-color: #AE2C2B;
}
</style>
border-color css
<style>
span { border-color: #AE2C2B; }
span { border-color: rgb(174,44,43); }
td.TdClassName
{
border-color: #AE2C2B;
}
.TagClassName
{
border-color: #AE2C2B;
}
</style>