#AE819B

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

Shades of Bouquet #AE819B

Tints of Bouquet #AE819B

Color information

#AE819B (or 0xAE819B) is unknown color: approx Bouquet. HEX triplet: AE, 81 and 9B. RGB value is (174,129,155). Sum of RGB (Red+Green+Blue) = 174+129+155=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE819B is #517E64. Grayscale: #919191. Windows color (decimal): -5340773 or 10191278. OLE color: 10191278.

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

Color convert

RGB174129155-
CMYK00.260.110.32
HSL325.33º21.74%59.41%-
HSV(B)325.33º25.86%68.24%-
XYZ31.2227.0734.59-
YUV145.42133.41148.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=37.99%
G=28.17%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412915500.260.110.32325.3321.7459.41
HexAE819B01AB20145163b
Octal25620123303213405052673
Binary101011101000000110011011011010101110000010100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE819B; }

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

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

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

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

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

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

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

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