#AE7492

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

Shades of Bouquet #AE7492

Tints of Bouquet #AE7492

Color information

#AE7492 (or 0xAE7492) is unknown color: approx Bouquet. HEX triplet: AE, 74 and 92. RGB value is (174,116,146). Sum of RGB (Red+Green+Blue) = 174+116+146=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7492 is #518B6D. Grayscale: #888888. Windows color (decimal): -5344110 or 9598126. OLE color: 9598126.

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

Color convert

RGB174116146-
CMYK00.330.160.32
HSL328.97º26.36%56.86%-
HSV(B)328.97º33.33%68.24%-
XYZ28.8923.5630.22-
YUV136.76133.22154.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=39.91%
G=26.61%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411614600.330.160.32328.9726.3656.86
HexAE749202110201491a39
Octal25616422204120405113271
Binary1010111011101001001001001000011000010000010100100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7492; }

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

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

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

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

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

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

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

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