#AE8294

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

Shades of Bouquet #AE8294

Tints of Bouquet #AE8294

Color information

#AE8294 (or 0xAE8294) is unknown color: approx Bouquet. HEX triplet: AE, 82 and 94. RGB value is (174,130,148). Sum of RGB (Red+Green+Blue) = 174+130+148=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8294 is #517D6B. Grayscale: #919191. Windows color (decimal): -5340524 or 9732782. OLE color: 9732782.

HSL color Cylindrical-coordinate representation of color #AE8294: hue angle of 335.45º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE8294 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB174130148-
CMYK00.250.150.32
HSL335.45º21.36%59.61%-
HSV(B)335.45º25.29%68.24%-
XYZ30.7827.131.63-
YUV145.21129.58148.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=38.50%
G=28.76%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413014800.250.150.32335.4521.3659.61
HexAE8294019F2014f153c
Octal25620222403117405172574
Binary101011101000001010010100011001111110000010100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8294; }

 p { color: rgb(174,130,148); }

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

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

 a { background-color: rgb(174,130,148); }

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

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

 span { border-color: rgb(174,130,148); }

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