Shades of Brown #AE322F
Tints of Brown #AE322F
RGB
CMYK
RGB Variations
Color information
#AE322F (or 0xAE322F) is known color: Brown. HEX triplet: AE, 32 and 2F. RGB value is (174,50,47). Sum of RGB (Red+Green+Blue) = 174+50+47=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE322F is #51CDD0. Grayscale: #565656. Windows color (decimal): -5361105 or 3093166. OLE color: 3093166.
HSL color Cylindrical-coordinate representation of color #AE322F: hue angle of 1.42º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE322F is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 47 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.32 |
| HSL | 1.42º | 0.57% | 0.43% | - |
| HSV(B) | 1.42º | 0.73% | 0.68% | - |
| XYZ | 19.11 | 11.49 | 3.9 | - |
| YUV | 86.73 | 105.58 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 47 | 0 | 0.71 | 0.73 | 0.32 | 1.42 | 0.57 | 0.43 |
| Hex | AE | 32 | 2F | 0 | 47 | 49 | 20 | 1 | 39 | 2B |
| Octal | 256 | 62 | 57 | 0 | 107 | 111 | 40 | 1 | 71 | 53 |
| Binary | 10101110 | 110010 | 101111 | 0 | 1000111 | 1001001 | 100000 | 1 | 111001 | 101011 |
Color Harmonies of #AE322F
Complementary color
Monochromatic Colors of #AE322F
Black with #AE322F
Text Example
Text Example
White with #AE322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE322F; }
p { color: rgb(174,50,47); }
H1.HeaderClassName
{
color: #AE322F;
}
.AnyTagClassName
{
color: #AE322F;
}
</style>
background-color css
<style>
a { background-color: #AE322F; }
a { background-color: rgb(174,50,47); }
div.DivClassName
{
background-color: #AE322F;
}
.BgClassName
{
background-color: #AE322F;
}
</style>
border-color css
<style>
span { border-color: #AE322F; }
span { border-color: rgb(174,50,47); }
td.TdClassName
{
border-color: #AE322F;
}
.TagClassName
{
border-color: #AE322F;
}
</style>