#A37D96

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

Shades of Bouquet #A37D96

Tints of Bouquet #A37D96

Color information

#A37D96 (or 0xA37D96) is unknown color: approx Bouquet. HEX triplet: A3, 7D and 96. RGB value is (163,125,150). Sum of RGB (Red+Green+Blue) = 163+125+150=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D96 is #5C8269. Grayscale: #8B8B8B. Windows color (decimal): -6062698 or 9862563. OLE color: 9862563.

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

Color convert

RGB163125150-
CMYK00.230.080.36
HSL320.53º17.12%56.47%-
HSV(B)320.53º23.31%63.92%-
XYZ27.9424.6632.14-
YUV139.21134.09144.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 125 (49.22% from 255) = 28.54%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=37.21%
G=28.54%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312515000.230.080.36320.5317.1256.47
HexA37D960178241411138
Octal24317522602710445012170
Binary10100011111110110010110010111100010010010100000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D96; }

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

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

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

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

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

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

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

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