#A37895

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

Shades of Bouquet #A37895

Tints of Bouquet #A37895

Color information

#A37895 (or 0xA37895) is unknown color: approx Bouquet. HEX triplet: A3, 78 and 95. RGB value is (163,120,149). Sum of RGB (Red+Green+Blue) = 163+120+149=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A37895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37895 is #5C876A. Grayscale: #888888. Windows color (decimal): -6063979 or 9795747. OLE color: 9795747.

HSL color Cylindrical-coordinate representation of color #A37895: hue angle of 319.53º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37895 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB163120149-
CMYK00.260.090.36
HSL319.53º18.94%55.49%-
HSV(B)319.53º26.38%63.92%-
XYZ27.2523.3931.51-
YUV136.16135.25147.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=37.73%
G=27.78%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312014900.260.090.36319.5318.9455.49
HexA3789501A9241401337
Octal24317022503211445002367
Binary10100011111100010010101011010100110010010100000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37895; }

 p { color: rgb(163,120,149); }

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

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

 a { background-color: rgb(163,120,149); }

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

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

 span { border-color: rgb(163,120,149); }

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