#A97A9C

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

Shades of Bouquet #A97A9C

Tints of Bouquet #A97A9C

Color information

#A97A9C (or 0xA97A9C) is unknown color: approx Bouquet. HEX triplet: A9, 7A and 9C. RGB value is (169,122,156). Sum of RGB (Red+Green+Blue) = 169+122+156=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A9C is #568563. Grayscale: #8B8B8B. Windows color (decimal): -5670244 or 10255017. OLE color: 10255017.

HSL color Cylindrical-coordinate representation of color #A97A9C: hue angle of 316.6º degrees, saturation: 0.21, 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 #A97A9C is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169122156-
CMYK00.280.080.34
HSL316.6º21.46%57.06%-
HSV(B)316.6º27.81%66.27%-
XYZ29.3224.7534.69-
YUV139.93137.07148.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=37.81%
G=27.29%
B=34.90%

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
Decimal16912215600.280.080.34316.621.4657.06
HexA97A9C01C82213d1539
Octal25117223403410424752571
Binary10101001111101010011100011100100010001010011110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A9C; }

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

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

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

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

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

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

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

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