Shades of Rouge #AE266A
Tints of Rouge #AE266A
RGB
CMYK
RGB Variations
Color information
#AE266A (or 0xAE266A) is known color: Rouge. HEX triplet: AE, 26 and 6A. RGB value is (174,38,106). Sum of RGB (Red+Green+Blue) = 174+38+106=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE266A is #51D995. Grayscale: #565656. Windows color (decimal): -5364118 or 6956718. OLE color: 6956718.
HSL color Cylindrical-coordinate representation of color #AE266A: hue angle of 330º degrees, saturation: 0.64, 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 #AE266A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 106 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.32 |
| HSL | 330º | 0.64% | 0.42% | - |
| HSV(B) | 330º | 0.78% | 0.68% | - |
| XYZ | 20.75 | 11.43 | 14.75 | - |
| YUV | 86.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 106 | 0 | 0.78 | 0.39 | 0.32 | 330 | 0.64 | 0.42 |
| Hex | AE | 26 | 6A | 0 | 4E | 27 | 20 | 14A | 40 | 2A |
| Octal | 256 | 46 | 152 | 0 | 116 | 47 | 40 | 512 | 100 | 52 |
| Binary | 10101110 | 100110 | 1101010 | 0 | 1001110 | 100111 | 100000 | 101001010 | 1000000 | 101010 |
Color Harmonies of #AE266A
Complementary color
Monochromatic Colors of #AE266A
Black with #AE266A
Text Example
Text Example
White with #AE266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE266A; }
p { color: rgb(174,38,106); }
H1.HeaderClassName
{
color: #AE266A;
}
.AnyTagClassName
{
color: #AE266A;
}
</style>
background-color css
<style>
a { background-color: #AE266A; }
a { background-color: rgb(174,38,106); }
div.DivClassName
{
background-color: #AE266A;
}
.BgClassName
{
background-color: #AE266A;
}
</style>
border-color css
<style>
span { border-color: #AE266A; }
span { border-color: rgb(174,38,106); }
td.TdClassName
{
border-color: #AE266A;
}
.TagClassName
{
border-color: #AE266A;
}
</style>