#A97A9A

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

Shades of Bouquet #A97A9A

Tints of Bouquet #A97A9A

Color information

#A97A9A (or 0xA97A9A) is unknown color: approx Bouquet. HEX triplet: A9, 7A and 9A. RGB value is (169,122,154). Sum of RGB (Red+Green+Blue) = 169+122+154=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A9A is #568565. Grayscale: #8B8B8B. Windows color (decimal): -5670246 or 10123945. OLE color: 10123945.

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

Color convert

RGB169122154-
CMYK00.280.090.34
HSL319.15º21.46%57.06%-
HSV(B)319.15º27.81%66.27%-
XYZ29.1524.6933.8-
YUV139.7136.07148.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=37.98%
G=27.42%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912215400.280.090.34319.1521.4657.06
HexA97A9A01C92213f1539
Octal25117223203411424772571
Binary10101001111101010011010011100100110001010011111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A9A; }

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

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

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

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

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

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

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

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