#AA8898

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

Shades of Bouquet #AA8898

Tints of Bouquet #AA8898

Color information

#AA8898 (or 0xAA8898) is unknown color: approx Bouquet. HEX triplet: AA, 88 and 98. RGB value is (170,136,152). Sum of RGB (Red+Green+Blue) = 170+136+152=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8898 is #557767. Grayscale: #939393. Windows color (decimal): -5601128 or 9996458. OLE color: 9996458.

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

Color convert

RGB170136152-
CMYK00.200.110.33
HSL331.76º16.67%60%-
HSV(B)331.76º20%66.67%-
XYZ31.0528.4233.56-
YUV147.99130.26143.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 152 (59.77% from 255) = 33.19%
R=37.12%
G=29.69%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013615200.200.110.33331.7616.6760
HexAA8898014B2114c113c
Octal25221023002413415142174
Binary101010101000100010011000010100101110000110100110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8898; }

 p { color: rgb(170,136,152); }

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

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

 a { background-color: rgb(170,136,152); }

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

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

 span { border-color: rgb(170,136,152); }

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