#AA809F

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

Shades of Bouquet #AA809F

Tints of Bouquet #AA809F

Color information

#AA809F (or 0xAA809F) is unknown color: approx Bouquet. HEX triplet: AA, 80 and 9F. RGB value is (170,128,159). Sum of RGB (Red+Green+Blue) = 170+128+159=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA809F is #557F60. Grayscale: #909090. Windows color (decimal): -5603169 or 10453162. OLE color: 10453162.

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

Color convert

RGB170128159-
CMYK00.250.060.33
HSL315.71º19.81%58.43%-
HSV(B)315.71º24.71%66.67%-
XYZ30.5526.4936.3-
YUV144.09136.41146.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=37.20%
G=28.01%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012815900.250.060.33315.7119.8158.43
HexAA809F01962113c143a
Octal2522002370316414742472
Binary10101010100000001001111101100111010000110011110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA809F; }

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

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

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

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

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

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

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

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