#A37196

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

Shades of Bouquet #A37196

Tints of Bouquet #A37196

Color information

#A37196 (or 0xA37196) is unknown color: approx Bouquet. HEX triplet: A3, 71 and 96. RGB value is (163,113,150). Sum of RGB (Red+Green+Blue) = 163+113+150=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A37196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37196 is #5C8E69. Grayscale: #848484. Windows color (decimal): -6065770 or 9859491. OLE color: 9859491.

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

Color convert

RGB163113150-
CMYK00.310.080.36
HSL315.6º21.37%54.12%-
HSV(B)315.6º30.67%63.92%-
XYZ26.5121.831.66-
YUV132.17138.06149.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=38.26%
G=26.53%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311315000.310.080.36315.621.3754.12
HexA3719601F82413c1536
Octal24316122603710444742566
Binary10100011111000110010110011111100010010010011110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37196; }

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

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

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

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

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

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

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

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