#AA8BA0

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

Shades of Bouquet #AA8BA0

Tints of Bouquet #AA8BA0

Color information

#AA8BA0 (or 0xAA8BA0) is unknown color: approx Bouquet. HEX triplet: AA, 8B and A0. RGB value is (170,139,160). Sum of RGB (Red+Green+Blue) = 170+139+160=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BA0 is #55745F. Grayscale: #969696. Windows color (decimal): -5600352 or 10521514. OLE color: 10521514.

HSL color Cylindrical-coordinate representation of color #AA8BA0: hue angle of 319.35º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8BA0 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170139160-
CMYK00.180.060.33
HSL319.35º15.42%60.59%-
HSV(B)319.35º18.24%66.67%-
XYZ32.1629.5537.27-
YUV150.66133.27141.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=36.25%
G=29.64%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013916000.180.060.33319.3515.4260.59
HexAA8BA001262113ff3d
Octal2522132400226414771775
Binary1010101010001011101000000100101101000011001111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BA0; }

 p { color: rgb(170,139,160); }

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

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

 a { background-color: rgb(170,139,160); }

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

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

 span { border-color: rgb(170,139,160); }

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