#AE8C9C

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

Shades of Bouquet #AE8C9C

Tints of Bouquet #AE8C9C

Color information

#AE8C9C (or 0xAE8C9C) is unknown color: approx Bouquet. HEX triplet: AE, 8C and 9C. RGB value is (174,140,156). Sum of RGB (Red+Green+Blue) = 174+140+156=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8C9C is #517363. Grayscale: #979797. Windows color (decimal): -5337956 or 10259630. OLE color: 10259630.

HSL color Cylindrical-coordinate representation of color #AE8C9C: hue angle of 331.76º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE8C9C is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB174140156-
CMYK00.200.100.32
HSL331.76º17.35%61.57%-
HSV(B)331.76º19.54%68.24%-
XYZ32.8330.1635.54-
YUV151.99130.26143.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=37.02%
G=29.79%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414015600.200.100.32331.7617.3561.57
HexAE8C9C014A2014c113e
Octal25621423402412405142176
Binary101011101000110010011100010100101010000010100110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C9C; }

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

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

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

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

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

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

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

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