#A37D99

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

Shades of Bouquet #A37D99

Tints of Bouquet #A37D99

Color information

#A37D99 (or 0xA37D99) is unknown color: approx Bouquet. HEX triplet: A3, 7D and 99. RGB value is (163,125,153). Sum of RGB (Red+Green+Blue) = 163+125+153=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D99 is #5C8266. Grayscale: #8B8B8B. Windows color (decimal): -6062695 or 10059171. OLE color: 10059171.

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

Color convert

RGB163125153-
CMYK00.230.060.36
HSL315.79º17.12%56.47%-
HSV(B)315.79º23.31%63.92%-
XYZ28.1924.7533.43-
YUV139.55135.59144.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=36.96%
G=28.34%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312515300.230.060.36315.7917.1256.47
HexA37D9901762413c1138
Octal2431752310276444742170
Binary1010001111111011001100101011111010010010011110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D99; }

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

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

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

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

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

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

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

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