#AA759B

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

Shades of Bouquet #AA759B

Tints of Bouquet #AA759B

Color information

#AA759B (or 0xAA759B) is unknown color: approx Bouquet. HEX triplet: AA, 75 and 9B. RGB value is (170,117,155). Sum of RGB (Red+Green+Blue) = 170+117+155=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA759B is #558A64. Grayscale: #898989. Windows color (decimal): -5605989 or 10188202. OLE color: 10188202.

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

Color convert

RGB170117155-
CMYK00.310.090.33
HSL316.98º23.77%56.27%-
HSV(B)316.98º31.18%66.67%-
XYZ28.8623.6434.05-
YUV137.18138.06151.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=38.46%
G=26.47%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011715500.310.090.33316.9823.7756.27
HexAA759B01F92113d1838
Octal25216523303711414753070
Binary10101010111010110011011011111100110000110011110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA759B; }

 p { color: rgb(170,117,155); }

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

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

 a { background-color: rgb(170,117,155); }

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

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

 span { border-color: rgb(170,117,155); }

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