Shades of Bouquet #AE819A
Tints of Bouquet #AE819A
RGB
CMYK
RGB Variations
Color information
#AE819A (or 0xAE819A) is known color: Bouquet. HEX triplet: AE, 81 and 9A. RGB value is (174,129,154). Sum of RGB (Red+Green+Blue) = 174+129+154=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE819A is #517E65. Grayscale: #919191. Windows color (decimal): -5340774 or 10125742. OLE color: 10125742.
HSL color Cylindrical-coordinate representation of color #AE819A: hue angle of 326.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE819A is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 154 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.32 |
| HSL | 326.67º | 0.22% | 0.59% | - |
| HSV(B) | 326.67º | 0.26% | 0.68% | - |
| XYZ | 31.14 | 27.03 | 34.15 | - |
| YUV | 145.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 154 | 0 | 0.26 | 0.11 | 0.32 | 326.67 | 0.22 | 0.59 |
| Hex | AE | 81 | 9A | 0 | 1A | B | 20 | 147 | 16 | 3B |
| Octal | 256 | 201 | 232 | 0 | 32 | 13 | 40 | 507 | 26 | 73 |
| Binary | 10101110 | 10000001 | 10011010 | 0 | 11010 | 1011 | 100000 | 101000111 | 10110 | 111011 |
Color Harmonies of #AE819A
Complementary color
Monochromatic Colors of #AE819A
Black with #AE819A
Text Example
Text Example
White with #AE819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE819A; }
p { color: rgb(174,129,154); }
H1.HeaderClassName
{
color: #AE819A;
}
.AnyTagClassName
{
color: #AE819A;
}
</style>
background-color css
<style>
a { background-color: #AE819A; }
a { background-color: rgb(174,129,154); }
div.DivClassName
{
background-color: #AE819A;
}
.BgClassName
{
background-color: #AE819A;
}
</style>
border-color css
<style>
span { border-color: #AE819A; }
span { border-color: rgb(174,129,154); }
td.TdClassName
{
border-color: #AE819A;
}
.TagClassName
{
border-color: #AE819A;
}
</style>