#AE7B9A

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

Shades of Bouquet #AE7B9A

Tints of Bouquet #AE7B9A

Color information

#AE7B9A (or 0xAE7B9A) is unknown color: approx Bouquet. HEX triplet: AE, 7B and 9A. RGB value is (174,123,154). Sum of RGB (Red+Green+Blue) = 174+123+154=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B9A is #518465. Grayscale: #8D8D8D. Windows color (decimal): -5342310 or 10124206. OLE color: 10124206.

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

Color convert

RGB174123154-
CMYK00.290.110.32
HSL323.53º23.94%58.24%-
HSV(B)323.53º29.31%68.24%-
XYZ30.3725.533.89-
YUV141.78134.9150.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=38.58%
G=27.27%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412315400.290.110.32323.5323.9458.24
HexAE7B9A01DB20144183a
Octal25617323203513405043072
Binary10101110111101110011010011101101110000010100010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B9A; }

 p { color: rgb(174,123,154); }

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

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

 a { background-color: rgb(174,123,154); }

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

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

 span { border-color: rgb(174,123,154); }

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