#A97D95

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

Shades of Bouquet #A97D95

Tints of Bouquet #A97D95

Color information

#A97D95 (or 0xA97D95) is unknown color: approx Bouquet. HEX triplet: A9, 7D and 95. RGB value is (169,125,149). Sum of RGB (Red+Green+Blue) = 169+125+149=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D95 is #56826A. Grayscale: #8C8C8C. Windows color (decimal): -5669483 or 9797033. OLE color: 9797033.

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

Color convert

RGB169125149-
CMYK00.260.120.34
HSL327.27º20.37%57.65%-
HSV(B)327.27º26.04%66.27%-
XYZ29.1225.2731.78-
YUV140.89132.58148.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=38.15%
G=28.22%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912514900.260.120.34327.2720.3757.65
HexA97D9501AC22147143a
Octal25117522503214425072472
Binary10101001111110110010101011010110010001010100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D95; }

 p { color: rgb(169,125,149); }

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

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

 a { background-color: rgb(169,125,149); }

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

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

 span { border-color: rgb(169,125,149); }

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