#A9799C

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

Shades of Bouquet #A9799C

Tints of Bouquet #A9799C

Color information

#A9799C (or 0xA9799C) is unknown color: approx Bouquet. HEX triplet: A9, 79 and 9C. RGB value is (169,121,156). Sum of RGB (Red+Green+Blue) = 169+121+156=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A9799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9799C is #568663. Grayscale: #8B8B8B. Windows color (decimal): -5670500 or 10254761. OLE color: 10254761.

HSL color Cylindrical-coordinate representation of color #A9799C: hue angle of 316.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9799C is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169121156-
CMYK00.280.080.34
HSL316.25º21.82%56.86%-
HSV(B)316.25º28.4%66.27%-
XYZ29.224.5134.64-
YUV139.34137.4149.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=37.89%
G=27.13%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912115600.280.080.34316.2521.8256.86
HexA9799C01C82213c1639
Octal25117123403410424742671
Binary10101001111100110011100011100100010001010011110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9799C; }

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

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

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

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

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

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

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

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