Shades of Brown #AE3224
Tints of Brown #AE3224
RGB
CMYK
RGB Variations
Color information
#AE3224 (or 0xAE3224) is known color: Brown. HEX triplet: AE, 32 and 24. RGB value is (174,50,36). Sum of RGB (Red+Green+Blue) = 174+50+36=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3224 is #51CDDB. Grayscale: #555555. Windows color (decimal): -5361116 or 2372270. OLE color: 2372270.
HSL color Cylindrical-coordinate representation of color #AE3224: hue angle of 6.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE3224 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 36 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.32 |
| HSL | 6.09º | 0.66% | 0.41% | - |
| HSV(B) | 6.09º | 0.79% | 0.68% | - |
| XYZ | 18.91 | 11.41 | 2.87 | - |
| YUV | 85.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 36 | 0 | 0.71 | 0.79 | 0.32 | 6.09 | 0.66 | 0.41 |
| Hex | AE | 32 | 24 | 0 | 47 | 4F | 20 | 6 | 42 | 29 |
| Octal | 256 | 62 | 44 | 0 | 107 | 117 | 40 | 6 | 102 | 51 |
| Binary | 10101110 | 110010 | 100100 | 0 | 1000111 | 1001111 | 100000 | 110 | 1000010 | 101001 |
Color Harmonies of #AE3224
Complementary color
Monochromatic Colors of #AE3224
Black with #AE3224
Text Example
Text Example
White with #AE3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3224; }
p { color: rgb(174,50,36); }
H1.HeaderClassName
{
color: #AE3224;
}
.AnyTagClassName
{
color: #AE3224;
}
</style>
background-color css
<style>
a { background-color: #AE3224; }
a { background-color: rgb(174,50,36); }
div.DivClassName
{
background-color: #AE3224;
}
.BgClassName
{
background-color: #AE3224;
}
</style>
border-color css
<style>
span { border-color: #AE3224; }
span { border-color: rgb(174,50,36); }
td.TdClassName
{
border-color: #AE3224;
}
.TagClassName
{
border-color: #AE3224;
}
</style>