#AE899A

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

Shades of Bouquet #AE899A

Tints of Bouquet #AE899A

Color information

#AE899A (or 0xAE899A) is unknown color: approx Bouquet. HEX triplet: AE, 89 and 9A. RGB value is (174,137,154). Sum of RGB (Red+Green+Blue) = 174+137+154=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE899A is #517665. Grayscale: #959595. Windows color (decimal): -5338726 or 10127790. OLE color: 10127790.

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

Color convert

RGB174137154-
CMYK00.210.110.32
HSL332.43º18.59%60.98%-
HSV(B)332.43º21.26%68.24%-
XYZ32.2329.2234.51-
YUV150130.26145.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=37.42%
G=29.46%
B=33.12%

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
Decimal17413715400.210.110.32332.4318.5960.98
HexAE899A015B2014c133d
Octal25621123202513405142375
Binary101011101000100110011010010101101110000010100110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE899A; }

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

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

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

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

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

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

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

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