#AA809A

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

Shades of Bouquet #AA809A

Tints of Bouquet #AA809A

Color information

#AA809A (or 0xAA809A) is unknown color: approx Bouquet. HEX triplet: AA, 80 and 9A. RGB value is (170,128,154). Sum of RGB (Red+Green+Blue) = 170+128+154=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA809A is #557F65. Grayscale: #8F8F8F. Windows color (decimal): -5603174 or 10125482. OLE color: 10125482.

HSL color Cylindrical-coordinate representation of color #AA809A: hue angle of 322.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA809A is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170128154-
CMYK00.250.090.33
HSL322.86º19.81%58.43%-
HSV(B)322.86º24.71%66.67%-
XYZ30.1326.3234.06-
YUV143.52133.91146.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=37.61%
G=28.32%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012815400.250.090.33322.8619.8158.43
HexAA809A019921143143a
Octal25220023203111415032472
Binary101010101000000010011010011001100110000110100001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA809A; }

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

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

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

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

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

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

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

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