#AE6A92

Color #AE6A92 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AE6A92

Tints of Bouquet #AE6A92

Color information

#AE6A92 (or 0xAE6A92) is unknown color: approx Bouquet. HEX triplet: AE, 6A and 92. RGB value is (174,106,146). Sum of RGB (Red+Green+Blue) = 174+106+146=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A92 is #51956D. Grayscale: #828282. Windows color (decimal): -5346670 or 9595566. OLE color: 9595566.

HSL color Cylindrical-coordinate representation of color #AE6A92: hue angle of 324.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6A92 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB174106146-
CMYK00.390.160.32
HSL324.71º29.57%54.9%-
HSV(B)324.71º39.08%68.24%-
XYZ27.821.3829.86-
YUV130.89136.53158.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=40.85%
G=24.88%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410614600.390.160.32324.7129.5754.9
HexAE6A9202710201451e37
Octal25615222204720405053667
Binary1010111011010101001001001001111000010000010100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A92; }

 p { color: rgb(174,106,146); }

 H1.HeaderClassName
 {
   color: #AE6A92;
 }
 .AnyTagClassName
 {
   color: #AE6A92;
 }
</style>
background-color css

<style>
 a { background-color: #AE6A92; }

 a { background-color: rgb(174,106,146); }

 div.DivClassName
 {
   background-color: #AE6A92;
 }
 .BgClassName
 {
   background-color: #AE6A92;
 }
</style>
border-color css

<style>
 span { border-color: #AE6A92; }

 span { border-color: rgb(174,106,146); }

 td.TdClassName
 {
   border-color: #AE6A92;
 }
 .TagClassName
 {
   border-color: #AE6A92;
 }
</style>