Shades of Brown #AE312D
Tints of Brown #AE312D
RGB
CMYK
RGB Variations
Color information
#AE312D (or 0xAE312D) is known color: Brown. HEX triplet: AE, 31 and 2D. RGB value is (174,49,45). Sum of RGB (Red+Green+Blue) = 174+49+45=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE312D is #51CED2. Grayscale: #565656. Windows color (decimal): -5361363 or 2961838. OLE color: 2961838.
HSL color Cylindrical-coordinate representation of color #AE312D: hue angle of 1.86º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE312D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 45 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.32 |
| HSL | 1.86º | 0.59% | 0.43% | - |
| HSV(B) | 1.86º | 0.74% | 0.68% | - |
| XYZ | 19.03 | 11.38 | 3.68 | - |
| YUV | 85.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 45 | 0 | 0.72 | 0.74 | 0.32 | 1.86 | 0.59 | 0.43 |
| Hex | AE | 31 | 2D | 0 | 48 | 4A | 20 | 2 | 3B | 2B |
| Octal | 256 | 61 | 55 | 0 | 110 | 112 | 40 | 2 | 73 | 53 |
| Binary | 10101110 | 110001 | 101101 | 0 | 1001000 | 1001010 | 100000 | 10 | 111011 | 101011 |
Color Harmonies of #AE312D
Complementary color
Monochromatic Colors of #AE312D
Black with #AE312D
Text Example
Text Example
White with #AE312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE312D; }
p { color: rgb(174,49,45); }
H1.HeaderClassName
{
color: #AE312D;
}
.AnyTagClassName
{
color: #AE312D;
}
</style>
background-color css
<style>
a { background-color: #AE312D; }
a { background-color: rgb(174,49,45); }
div.DivClassName
{
background-color: #AE312D;
}
.BgClassName
{
background-color: #AE312D;
}
</style>
border-color css
<style>
span { border-color: #AE312D; }
span { border-color: rgb(174,49,45); }
td.TdClassName
{
border-color: #AE312D;
}
.TagClassName
{
border-color: #AE312D;
}
</style>