#A37C9F

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

Shades of Bouquet #A37C9F

Tints of Bouquet #A37C9F

Color information

#A37C9F (or 0xA37C9F) is unknown color: approx Bouquet. HEX triplet: A3, 7C and 9F. RGB value is (163,124,159). Sum of RGB (Red+Green+Blue) = 163+124+159=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C9F is #5C8360. Grayscale: #8B8B8B. Windows color (decimal): -6062945 or 10452131. OLE color: 10452131.

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

Color convert

RGB163124159-
CMYK00.240.020.36
HSL306.15º17.49%56.27%-
HSV(B)306.15º23.93%63.92%-
XYZ28.5724.7136.06-
YUV139.65138.92144.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=36.55%
G=27.80%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312415900.240.020.36306.1517.4956.27
HexA37C9F0182241321138
Octal2431742370302444622170
Binary101000111111100100111110110001010010010011001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C9F; }

 p { color: rgb(163,124,159); }

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

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

 a { background-color: rgb(163,124,159); }

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

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

 span { border-color: rgb(163,124,159); }

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