#A37096

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

Shades of Bouquet #A37096

Tints of Bouquet #A37096

Color information

#A37096 (or 0xA37096) is unknown color: approx Bouquet. HEX triplet: A3, 70 and 96. RGB value is (163,112,150). Sum of RGB (Red+Green+Blue) = 163+112+150=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A37096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37096 is #5C8F69. Grayscale: #838383. Windows color (decimal): -6066026 or 9859235. OLE color: 9859235.

HSL color Cylindrical-coordinate representation of color #A37096: hue angle of 315.29º degrees, saturation: 0.22, 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 #A37096 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB163112150-
CMYK00.310.080.36
HSL315.29º21.7%53.92%-
HSV(B)315.29º31.29%63.92%-
XYZ26.421.5831.63-
YUV131.58138.4150.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=38.35%
G=26.35%
B=35.29%

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
Decimal16311215000.310.080.36315.2921.753.92
HexA3709601F82413b1636
Octal24316022603710444732666
Binary10100011111000010010110011111100010010010011101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37096; }

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

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

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

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

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

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

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

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