#AE869A

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

Shades of Bouquet #AE869A

Tints of Bouquet #AE869A

Color information

#AE869A (or 0xAE869A) is unknown color: approx Bouquet. HEX triplet: AE, 86 and 9A. RGB value is (174,134,154). Sum of RGB (Red+Green+Blue) = 174+134+154=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE869A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE869A is #517965. Grayscale: #949494. Windows color (decimal): -5339494 or 10127022. OLE color: 10127022.

HSL color Cylindrical-coordinate representation of color #AE869A: hue angle of 330º 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 #AE869A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174134154-
CMYK00.230.110.32
HSL330º19.8%60.39%-
HSV(B)330º22.99%68.24%-
XYZ31.8128.3834.37-
YUV148.24131.25146.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=37.66%
G=29.00%
B=33.33%

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
Decimal17413415400.230.110.3233019.860.39
HexAE869A017B2014a143c
Octal25620623202713405122474
Binary101011101000011010011010010111101110000010100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE869A; }

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

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

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

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

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

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

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

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