#A37396

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

Shades of Bouquet #A37396

Tints of Bouquet #A37396

Color information

#A37396 (or 0xA37396) is unknown color: approx Bouquet. HEX triplet: A3, 73 and 96. RGB value is (163,115,150). Sum of RGB (Red+Green+Blue) = 163+115+150=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A37396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37396 is #5C8C69. Grayscale: #858585. Windows color (decimal): -6065258 or 9860003. OLE color: 9860003.

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

Color convert

RGB163115150-
CMYK00.290.080.36
HSL316.25º20.69%54.51%-
HSV(B)316.25º29.45%63.92%-
XYZ26.7422.2531.74-
YUV133.34137.4149.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=38.08%
G=26.87%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311515000.290.080.36316.2520.6954.51
HexA3739601D82413c1537
Octal24316322603510444742567
Binary10100011111001110010110011101100010010010011110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37396; }

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

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

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

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

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

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

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

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