#A37596

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

Shades of Bouquet #A37596

Tints of Bouquet #A37596

Color information

#A37596 (or 0xA37596) is unknown color: approx Bouquet. HEX triplet: A3, 75 and 96. RGB value is (163,117,150). Sum of RGB (Red+Green+Blue) = 163+117+150=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A37596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37596 is #5C8A69. Grayscale: #868686. Windows color (decimal): -6064746 or 9860515. OLE color: 9860515.

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

Color convert

RGB163117150-
CMYK00.280.080.36
HSL316.96º20%54.9%-
HSV(B)316.96º28.22%63.92%-
XYZ26.9722.7131.82-
YUV134.52136.74148.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=37.91%
G=27.21%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311715000.280.080.36316.962054.9
HexA3759601C82413d1437
Octal24316522603410444752467
Binary10100011111010110010110011100100010010010011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37596; }

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

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

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

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

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

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

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

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