#A9769A

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

Shades of Bouquet #A9769A

Tints of Bouquet #A9769A

Color information

#A9769A (or 0xA9769A) is unknown color: approx Bouquet. HEX triplet: A9, 76 and 9A. RGB value is (169,118,154). Sum of RGB (Red+Green+Blue) = 169+118+154=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A9769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9769A is #568965. Grayscale: #898989. Windows color (decimal): -5671270 or 10122921. OLE color: 10122921.

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

Color convert

RGB169118154-
CMYK00.300.090.34
HSL317.65º22.87%56.27%-
HSV(B)317.65º30.18%66.27%-
XYZ28.6723.7233.64-
YUV137.35137.4150.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=38.32%
G=26.76%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911815400.300.090.34317.6522.8756.27
HexA9769A01E92213e1738
Octal25116623203611424762770
Binary10101001111011010011010011110100110001010011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9769A; }

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

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

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

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

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

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

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

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