#AE8A9B

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

Shades of Bouquet #AE8A9B

Tints of Bouquet #AE8A9B

Color information

#AE8A9B (or 0xAE8A9B) is unknown color: approx Bouquet. HEX triplet: AE, 8A and 9B. RGB value is (174,138,155). Sum of RGB (Red+Green+Blue) = 174+138+155=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8A9B is #517564. Grayscale: #969696. Windows color (decimal): -5338469 or 10193582. OLE color: 10193582.

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

Color convert

RGB174138155-
CMYK00.210.110.32
HSL331.67º18.18%61.18%-
HSV(B)331.67º20.69%68.24%-
XYZ32.4629.5435-
YUV150.7130.43144.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=37.26%
G=29.55%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413815500.210.110.32331.6718.1861.18
HexAE8A9B015B2014c123d
Octal25621223302513405142275
Binary101011101000101010011011010101101110000010100110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A9B; }

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

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

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

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

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

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

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

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