#a9769e

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

Shades of Bouquet #A9769E

Tints of Bouquet #A9769E

Color information

#A9769E (or 0xA9769E) is unknown color: approx Bouquet. HEX triplet: A9, 76 and 9E. RGB value is (169,118,158). Sum of RGB (Red+Green+Blue) = 169+118+158=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A9769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9769E is #568961. Grayscale: #898989. Windows color (decimal): -5671266 or 10385065. OLE color: 10385065.

HSL color Cylindrical-coordinate representation of color #A9769E: hue angle of 312.94º 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 #A9769E is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB169118158-
CMYK00.300.070.34
HSL312.94º22.87%56.27%-
HSV(B)312.94º30.18%66.27%-
XYZ29.0123.8635.42-
YUV137.81139.4150.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=37.98%
G=26.52%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911815800.300.070.34312.9422.8756.27
HexA9769E01E7221391738
Octal2511662360367424712770
Binary1010100111101101001111001111011110001010011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9769e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9769e; }

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

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

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

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

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

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

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

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