#A9769C

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

Shades of Bouquet #A9769C

Tints of Bouquet #A9769C

Color information

#A9769C (or 0xA9769C) is unknown color: approx Bouquet. HEX triplet: A9, 76 and 9C. RGB value is (169,118,156). Sum of RGB (Red+Green+Blue) = 169+118+156=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A9769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9769C is #568963. Grayscale: #898989. Windows color (decimal): -5671268 or 10253993. OLE color: 10253993.

HSL color Cylindrical-coordinate representation of color #A9769C: hue angle of 315.29º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9769C is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169118156-
CMYK00.300.080.34
HSL315.29º22.87%56.27%-
HSV(B)315.29º30.18%66.27%-
XYZ28.8423.7934.52-
YUV137.58138.4150.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=38.15%
G=26.64%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911815600.300.080.34315.2922.8756.27
HexA9769C01E82213b1738
Octal25116623403610424732770
Binary10101001111011010011100011110100010001010011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9769C; }

 p { color: rgb(169,118,156); }

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

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

 a { background-color: rgb(169,118,156); }

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

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

 span { border-color: rgb(169,118,156); }

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