#A97E90

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

Shades of Bouquet #A97E90

Tints of Bouquet #A97E90

Color information

#A97E90 (or 0xA97E90) is unknown color: approx Bouquet. HEX triplet: A9, 7E and 90. RGB value is (169,126,144). Sum of RGB (Red+Green+Blue) = 169+126+144=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97E90 is #56816F. Grayscale: #8C8C8C. Windows color (decimal): -5669232 or 9469609. OLE color: 9469609.

HSL color Cylindrical-coordinate representation of color #A97E90: hue angle of 334.88º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A97E90 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169126144-
CMYK00.250.150.34
HSL334.88º20%57.84%-
HSV(B)334.88º25.44%66.27%-
XYZ28.8625.3729.76-
YUV140.91129.75148.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=38.50%
G=28.70%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912614400.250.150.34334.882057.84
HexA97E90019F2214f143a
Octal25117622003117425172472
Binary10101001111111010010000011001111110001010100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E90; }

 p { color: rgb(169,126,144); }

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

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

 a { background-color: rgb(169,126,144); }

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

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

 span { border-color: rgb(169,126,144); }

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