#A97A99

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

Shades of Bouquet #A97A99

Tints of Bouquet #A97A99

Color information

#A97A99 (or 0xA97A99) is unknown color: approx Bouquet. HEX triplet: A9, 7A and 99. RGB value is (169,122,153). Sum of RGB (Red+Green+Blue) = 169+122+153=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A99 is #568566. Grayscale: #8B8B8B. Windows color (decimal): -5670247 or 10058409. OLE color: 10058409.

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

Color convert

RGB169122153-
CMYK00.280.090.34
HSL320.43º21.46%57.06%-
HSV(B)320.43º27.81%66.27%-
XYZ29.0724.6533.36-
YUV139.59135.57148.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=38.06%
G=27.48%
B=34.46%

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
Decimal16912215300.280.090.34320.4321.4657.06
HexA97A9901C9221401539
Octal25117223103411425002571
Binary10101001111101010011001011100100110001010100000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A99; }

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

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

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

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

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

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

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

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