#A37E96

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

Shades of Bouquet #A37E96

Tints of Bouquet #A37E96

Color information

#A37E96 (or 0xA37E96) is unknown color: approx Bouquet. HEX triplet: A3, 7E and 96. RGB value is (163,126,150). Sum of RGB (Red+Green+Blue) = 163+126+150=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E96 is #5C8169. Grayscale: #8B8B8B. Windows color (decimal): -6062442 or 9862819. OLE color: 9862819.

HSL color Cylindrical-coordinate representation of color #A37E96: hue angle of 321.08º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A37E96 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB163126150-
CMYK00.230.080.36
HSL321.08º16.74%56.67%-
HSV(B)321.08º22.7%63.92%-
XYZ28.0724.9132.18-
YUV139.8133.76144.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=37.13%
G=28.70%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312615000.230.080.36321.0816.7456.67
HexA37E960178241411139
Octal24317622602710445012171
Binary10100011111111010010110010111100010010010100000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E96; }

 p { color: rgb(163,126,150); }

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

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

 a { background-color: rgb(163,126,150); }

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

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

 span { border-color: rgb(163,126,150); }

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