#AE819C

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

Shades of Bouquet #AE819C

Tints of Bouquet #AE819C

Color information

#AE819C (or 0xAE819C) is unknown color: approx Bouquet. HEX triplet: AE, 81 and 9C. RGB value is (174,129,156). Sum of RGB (Red+Green+Blue) = 174+129+156=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE819C is #517E63. Grayscale: #919191. Windows color (decimal): -5340772 or 10256814. OLE color: 10256814.

HSL color Cylindrical-coordinate representation of color #AE819C: hue angle of 324º 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 #AE819C is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB174129156-
CMYK00.260.100.32
HSL324º21.74%59.41%-
HSV(B)324º25.86%68.24%-
XYZ31.3127.135.03-
YUV145.53133.91148.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=37.91%
G=28.10%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412915600.260.100.3232421.7459.41
HexAE819C01AA20144163b
Octal25620123403212405042673
Binary101011101000000110011100011010101010000010100010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE819C; }

 p { color: rgb(174,129,156); }

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

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

 a { background-color: rgb(174,129,156); }

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

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

 span { border-color: rgb(174,129,156); }

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