#AE869B

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

Shades of Bouquet #AE869B

Tints of Bouquet #AE869B

Color information

#AE869B (or 0xAE869B) is unknown color: approx Bouquet. HEX triplet: AE, 86 and 9B. RGB value is (174,134,155). Sum of RGB (Red+Green+Blue) = 174+134+155=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE869B is #517964. Grayscale: #949494. Windows color (decimal): -5339493 or 10192558. OLE color: 10192558.

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

Color convert

RGB174134155-
CMYK00.230.110.32
HSL328.5º19.8%60.39%-
HSV(B)328.5º22.99%68.24%-
XYZ31.928.4234.81-
YUV148.35131.75146.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=37.58%
G=28.94%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413415500.230.110.32328.519.860.39
HexAE869B017B20148143c
Octal25620623302713405102474
Binary101011101000011010011011010111101110000010100100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE869B; }

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

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

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

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

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

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

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

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