Shades of Bouquet #AE8193
Tints of Bouquet #AE8193
RGB
CMYK
RGB Variations
Color information
#AE8193 (or 0xAE8193) is known color: Bouquet. HEX triplet: AE, 81 and 93. RGB value is (174,129,147). Sum of RGB (Red+Green+Blue) = 174+129+147=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8193 is #517E6C. Grayscale: #909090. Windows color (decimal): -5340781 or 9666990. OLE color: 9666990.
HSL color Cylindrical-coordinate representation of color #AE8193: hue angle of 336º 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 #AE8193 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 147 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.32 |
| HSL | 336º | 0.22% | 0.59% | - |
| HSV(B) | 336º | 0.26% | 0.68% | - |
| XYZ | 30.57 | 26.81 | 31.17 | - |
| YUV | 144.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 147 | 0 | 0.26 | 0.16 | 0.32 | 336 | 0.22 | 0.59 |
| Hex | AE | 81 | 93 | 0 | 1A | 10 | 20 | 150 | 16 | 3B |
| Octal | 256 | 201 | 223 | 0 | 32 | 20 | 40 | 520 | 26 | 73 |
| Binary | 10101110 | 10000001 | 10010011 | 0 | 11010 | 10000 | 100000 | 101010000 | 10110 | 111011 |
Color Harmonies of #AE8193
Complementary color
Monochromatic Colors of #AE8193
Black with #AE8193
Text Example
Text Example
White with #AE8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8193; }
p { color: rgb(174,129,147); }
H1.HeaderClassName
{
color: #AE8193;
}
.AnyTagClassName
{
color: #AE8193;
}
</style>
background-color css
<style>
a { background-color: #AE8193; }
a { background-color: rgb(174,129,147); }
div.DivClassName
{
background-color: #AE8193;
}
.BgClassName
{
background-color: #AE8193;
}
</style>
border-color css
<style>
span { border-color: #AE8193; }
span { border-color: rgb(174,129,147); }
td.TdClassName
{
border-color: #AE8193;
}
.TagClassName
{
border-color: #AE8193;
}
</style>