#A37296

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

Shades of Bouquet #A37296

Tints of Bouquet #A37296

Color information

#A37296 (or 0xA37296) is unknown color: approx Bouquet. HEX triplet: A3, 72 and 96. RGB value is (163,114,150). Sum of RGB (Red+Green+Blue) = 163+114+150=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37296 is #5C8D69. Grayscale: #848484. Windows color (decimal): -6065514 or 9859747. OLE color: 9859747.

HSL color Cylindrical-coordinate representation of color #A37296: hue angle of 315.92º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37296 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB163114150-
CMYK00.300.080.36
HSL315.92º21.03%54.31%-
HSV(B)315.92º30.06%63.92%-
XYZ26.6322.0231.7-
YUV132.76137.73149.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=38.17%
G=26.70%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311415000.300.080.36315.9221.0354.31
HexA3729601E82413c1536
Octal24316222603610444742566
Binary10100011111001010010110011110100010010010011110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37296; }

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

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

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

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

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

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

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

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