Shades of Brown #AE322B
Tints of Brown #AE322B
RGB
CMYK
RGB Variations
Color information
#AE322B (or 0xAE322B) is known color: Brown. HEX triplet: AE, 32 and 2B. RGB value is (174,50,43). Sum of RGB (Red+Green+Blue) = 174+50+43=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE322B is #51CDD4. Grayscale: #565656. Windows color (decimal): -5361109 or 2831022. OLE color: 2831022.
HSL color Cylindrical-coordinate representation of color #AE322B: hue angle of 3.21º 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 #AE322B is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 43 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.32 |
| HSL | 3.21º | 0.6% | 0.43% | - |
| HSV(B) | 3.21º | 0.75% | 0.68% | - |
| XYZ | 19.03 | 11.45 | 3.49 | - |
| YUV | 86.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 43 | 0 | 0.71 | 0.75 | 0.32 | 3.21 | 0.6 | 0.43 |
| Hex | AE | 32 | 2B | 0 | 47 | 4B | 20 | 3 | 3C | 2B |
| Octal | 256 | 62 | 53 | 0 | 107 | 113 | 40 | 3 | 74 | 53 |
| Binary | 10101110 | 110010 | 101011 | 0 | 1000111 | 1001011 | 100000 | 11 | 111100 | 101011 |
Color Harmonies of #AE322B
Complementary color
Monochromatic Colors of #AE322B
Black with #AE322B
Text Example
Text Example
White with #AE322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE322B; }
p { color: rgb(174,50,43); }
H1.HeaderClassName
{
color: #AE322B;
}
.AnyTagClassName
{
color: #AE322B;
}
</style>
background-color css
<style>
a { background-color: #AE322B; }
a { background-color: rgb(174,50,43); }
div.DivClassName
{
background-color: #AE322B;
}
.BgClassName
{
background-color: #AE322B;
}
</style>
border-color css
<style>
span { border-color: #AE322B; }
span { border-color: rgb(174,50,43); }
td.TdClassName
{
border-color: #AE322B;
}
.TagClassName
{
border-color: #AE322B;
}
</style>