#AA769B

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

Shades of Bouquet #AA769B

Tints of Bouquet #AA769B

Color information

#AA769B (or 0xAA769B) is unknown color: approx Bouquet. HEX triplet: AA, 76 and 9B. RGB value is (170,118,155). Sum of RGB (Red+Green+Blue) = 170+118+155=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA769B is #558964. Grayscale: #898989. Windows color (decimal): -5605733 or 10188458. OLE color: 10188458.

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

Color convert

RGB170118155-
CMYK00.310.090.33
HSL317.31º23.42%56.47%-
HSV(B)317.31º30.59%66.67%-
XYZ28.9723.8734.09-
YUV137.77137.73150.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=38.37%
G=26.64%
B=34.99%

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
Decimal17011815500.310.090.33317.3123.4256.47
HexAA769B01F92113d1738
Octal25216623303711414752770
Binary10101010111011010011011011111100110000110011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA769B; }

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

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

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

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

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

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

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

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