#A37695

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

Shades of Bouquet #A37695

Tints of Bouquet #A37695

Color information

#A37695 (or 0xA37695) is unknown color: approx Bouquet. HEX triplet: A3, 76 and 95. RGB value is (163,118,149). Sum of RGB (Red+Green+Blue) = 163+118+149=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A37695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37695 is #5C896A. Grayscale: #868686. Windows color (decimal): -6064491 or 9795235. OLE color: 9795235.

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

Color convert

RGB163118149-
CMYK00.280.090.36
HSL318.67º19.65%55.1%-
HSV(B)318.67º27.61%63.92%-
XYZ27.0122.9131.43-
YUV134.99135.91147.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=37.91%
G=27.44%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311814900.280.090.36318.6719.6555.1
HexA3769501C92413f1437
Octal24316622503411444772467
Binary10100011111011010010101011100100110010010011111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37695; }

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

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

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

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

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

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

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

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