#A37696

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

Shades of Bouquet #A37696

Tints of Bouquet #A37696

Color information

#A37696 (or 0xA37696) is unknown color: approx Bouquet. HEX triplet: A3, 76 and 96. RGB value is (163,118,150). Sum of RGB (Red+Green+Blue) = 163+118+150=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A37696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37696 is #5C8969. Grayscale: #878787. Windows color (decimal): -6064490 or 9860771. OLE color: 9860771.

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

Color convert

RGB163118150-
CMYK00.280.080.36
HSL317.33º19.65%55.1%-
HSV(B)317.33º27.61%63.92%-
XYZ27.0922.9531.86-
YUV135.1136.41147.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=37.82%
G=27.38%
B=34.80%

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
Decimal16311815000.280.080.36317.3319.6555.1
HexA3769601C82413d1437
Octal24316622603410444752467
Binary10100011111011010010110011100100010010010011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37696; }

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

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

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

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

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

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

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

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