Shades of Brown #AE3329
Tints of Brown #AE3329
RGB
CMYK
RGB Variations
Color information
#AE3329 (or 0xAE3329) is known color: Brown. HEX triplet: AE, 33 and 29. RGB value is (174,51,41). Sum of RGB (Red+Green+Blue) = 174+51+41=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3329 is #51CCD6. Grayscale: #565656. Windows color (decimal): -5360855 or 2700206. OLE color: 2700206.
HSL color Cylindrical-coordinate representation of color #AE3329: hue angle of 4.51º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE3329 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 51 | 41 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.32 |
| HSL | 4.51º | 0.62% | 0.42% | - |
| HSV(B) | 4.51º | 0.76% | 0.68% | - |
| XYZ | 19.04 | 11.53 | 3.32 | - |
| YUV | 86.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 51 | 41 | 0 | 0.71 | 0.76 | 0.32 | 4.51 | 0.62 | 0.42 |
| Hex | AE | 33 | 29 | 0 | 47 | 4C | 20 | 5 | 3E | 2A |
| Octal | 256 | 63 | 51 | 0 | 107 | 114 | 40 | 5 | 76 | 52 |
| Binary | 10101110 | 110011 | 101001 | 0 | 1000111 | 1001100 | 100000 | 101 | 111110 | 101010 |
Color Harmonies of #AE3329
Complementary color
Monochromatic Colors of #AE3329
Black with #AE3329
Text Example
Text Example
White with #AE3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3329; }
p { color: rgb(174,51,41); }
H1.HeaderClassName
{
color: #AE3329;
}
.AnyTagClassName
{
color: #AE3329;
}
</style>
background-color css
<style>
a { background-color: #AE3329; }
a { background-color: rgb(174,51,41); }
div.DivClassName
{
background-color: #AE3329;
}
.BgClassName
{
background-color: #AE3329;
}
</style>
border-color css
<style>
span { border-color: #AE3329; }
span { border-color: rgb(174,51,41); }
td.TdClassName
{
border-color: #AE3329;
}
.TagClassName
{
border-color: #AE3329;
}
</style>