#AE84A4

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

Shades of Bouquet #AE84A4

Tints of Bouquet #AE84A4

Color information

#AE84A4 (or 0xAE84A4) is unknown color: approx Bouquet. HEX triplet: AE, 84 and A4. RGB value is (174,132,164). Sum of RGB (Red+Green+Blue) = 174+132+164=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE84A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE84A4 is #517B5B. Grayscale: #949494. Windows color (decimal): -5339996 or 10781870. OLE color: 10781870.

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

Color convert

RGB174132164-
CMYK00.240.060.32
HSL314.29º20.59%60%-
HSV(B)314.29º24.14%68.24%-
XYZ32.4128.1838.85-
YUV148.21136.91146.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=37.02%
G=28.09%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413216400.240.060.32314.2920.5960
HexAE84A401862013a153c
Octal2562042440306404722574
Binary10101110100001001010010001100011010000010011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84A4; }

 p { color: rgb(174,132,164); }

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

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

 a { background-color: rgb(174,132,164); }

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

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

 span { border-color: rgb(174,132,164); }

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