#A37F96

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

Shades of Bouquet #A37F96

Tints of Bouquet #A37F96

Color information

#A37F96 (or 0xA37F96) is unknown color: approx Bouquet. HEX triplet: A3, 7F and 96. RGB value is (163,127,150). Sum of RGB (Red+Green+Blue) = 163+127+150=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F96 is #5C8069. Grayscale: #8C8C8C. Windows color (decimal): -6062186 or 9863075. OLE color: 9863075.

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

Color convert

RGB163127150-
CMYK00.220.080.36
HSL321.67º16.36%56.86%-
HSV(B)321.67º22.09%63.92%-
XYZ28.225.1732.23-
YUV140.39133.43144.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=37.05%
G=28.86%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312715000.220.080.36321.6716.3656.86
HexA37F960168241421039
Octal24317722602610445022071
Binary10100011111111110010110010110100010010010100001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F96; }

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

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

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

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

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

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

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

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