Shades of Brown #AE2A27
Tints of Brown #AE2A27
RGB
CMYK
RGB Variations
Color information
#AE2A27 (or 0xAE2A27) is known color: Brown. HEX triplet: AE, 2A and 27. RGB value is (174,42,39). Sum of RGB (Red+Green+Blue) = 174+42+39=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A27 is #51D5D8. Grayscale: #515151. Windows color (decimal): -5363161 or 2566830. OLE color: 2566830.
HSL color Cylindrical-coordinate representation of color #AE2A27: hue angle of 1.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2A27 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 39 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.32 |
| HSL | 1.33º | 0.63% | 0.42% | - |
| HSV(B) | 1.33º | 0.78% | 0.68% | - |
| XYZ | 18.65 | 10.8 | 3.02 | - |
| YUV | 81.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 39 | 0 | 0.76 | 0.78 | 0.32 | 1.33 | 0.63 | 0.42 |
| Hex | AE | 2A | 27 | 0 | 4C | 4E | 20 | 1 | 3F | 2A |
| Octal | 256 | 52 | 47 | 0 | 114 | 116 | 40 | 1 | 77 | 52 |
| Binary | 10101110 | 101010 | 100111 | 0 | 1001100 | 1001110 | 100000 | 1 | 111111 | 101010 |
Color Harmonies of #AE2A27
Complementary color
Monochromatic Colors of #AE2A27
Black with #AE2A27
Text Example
Text Example
White with #AE2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A27; }
p { color: rgb(174,42,39); }
H1.HeaderClassName
{
color: #AE2A27;
}
.AnyTagClassName
{
color: #AE2A27;
}
</style>
background-color css
<style>
a { background-color: #AE2A27; }
a { background-color: rgb(174,42,39); }
div.DivClassName
{
background-color: #AE2A27;
}
.BgClassName
{
background-color: #AE2A27;
}
</style>
border-color css
<style>
span { border-color: #AE2A27; }
span { border-color: rgb(174,42,39); }
td.TdClassName
{
border-color: #AE2A27;
}
.TagClassName
{
border-color: #AE2A27;
}
</style>