#AE8FA0

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

Shades of Bouquet #AE8FA0

Tints of Bouquet #AE8FA0

Color information

#AE8FA0 (or 0xAE8FA0) is unknown color: approx Bouquet. HEX triplet: AE, 8F and A0. RGB value is (174,143,160). Sum of RGB (Red+Green+Blue) = 174+143+160=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8FA0 is #51705F. Grayscale: #9A9A9A. Windows color (decimal): -5337184 or 10522542. OLE color: 10522542.

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

Color convert

RGB174143160-
CMYK00.180.080.32
HSL327.1º16.06%62.16%-
HSV(B)327.1º17.82%68.24%-
XYZ33.6231.1837.5-
YUV154.21131.27142.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=36.48%
G=29.98%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414316000.180.080.32327.116.0662.16
HexAE8FA0012820147103e
Octal25621724002210405072076
Binary101011101000111110100000010010100010000010100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FA0; }

 p { color: rgb(174,143,160); }

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

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

 a { background-color: rgb(174,143,160); }

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

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

 span { border-color: rgb(174,143,160); }

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