#AA8C9A

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

Shades of Bouquet #AA8C9A

Tints of Bouquet #AA8C9A

Color information

#AA8C9A (or 0xAA8C9A) is unknown color: approx Bouquet. HEX triplet: AA, 8C and 9A. RGB value is (170,140,154). Sum of RGB (Red+Green+Blue) = 170+140+154=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C9A is #557365. Grayscale: #969696. Windows color (decimal): -5600102 or 10128554. OLE color: 10128554.

HSL color Cylindrical-coordinate representation of color #AA8C9A: hue angle of 332º 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 #AA8C9A is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170140154-
CMYK00.180.090.33
HSL332º15%60.78%-
HSV(B)332º17.65%66.67%-
XYZ31.7929.6434.62-
YUV150.57129.94141.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=36.64%
G=30.17%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014015400.180.090.333321560.78
HexAA8C9A01292114cf3d
Octal25221423202211415141775
Binary10101010100011001001101001001010011000011010011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C9A; }

 p { color: rgb(170,140,154); }

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

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

 a { background-color: rgb(170,140,154); }

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

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

 span { border-color: rgb(170,140,154); }

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