Shades of Brown #AE2F28
Tints of Brown #AE2F28
RGB
CMYK
RGB Variations
Color information
#AE2F28 (or 0xAE2F28) is known color: Brown. HEX triplet: AE, 2F and 28. RGB value is (174,47,40). Sum of RGB (Red+Green+Blue) = 174+47+40=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2F28 is #51D0D7. Grayscale: #545454. Windows color (decimal): -5361880 or 2633646. OLE color: 2633646.
HSL color Cylindrical-coordinate representation of color #AE2F28: hue angle of 3.13º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2F28 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 47 | 40 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.32 |
| HSL | 3.13º | 0.63% | 0.42% | - |
| HSV(B) | 3.13º | 0.77% | 0.68% | - |
| XYZ | 18.86 | 11.18 | 3.17 | - |
| YUV | 84.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 40 | 0 | 0.73 | 0.77 | 0.32 | 3.13 | 0.63 | 0.42 |
| Hex | AE | 2F | 28 | 0 | 49 | 4D | 20 | 3 | 3F | 2A |
| Octal | 256 | 57 | 50 | 0 | 111 | 115 | 40 | 3 | 77 | 52 |
| Binary | 10101110 | 101111 | 101000 | 0 | 1001001 | 1001101 | 100000 | 11 | 111111 | 101010 |
Color Harmonies of #AE2F28
Complementary color
Monochromatic Colors of #AE2F28
Black with #AE2F28
Text Example
Text Example
White with #AE2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2F28; }
p { color: rgb(174,47,40); }
H1.HeaderClassName
{
color: #AE2F28;
}
.AnyTagClassName
{
color: #AE2F28;
}
</style>
background-color css
<style>
a { background-color: #AE2F28; }
a { background-color: rgb(174,47,40); }
div.DivClassName
{
background-color: #AE2F28;
}
.BgClassName
{
background-color: #AE2F28;
}
</style>
border-color css
<style>
span { border-color: #AE2F28; }
span { border-color: rgb(174,47,40); }
td.TdClassName
{
border-color: #AE2F28;
}
.TagClassName
{
border-color: #AE2F28;
}
</style>