#A37999

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

Shades of Bouquet #A37999

Tints of Bouquet #A37999

Color information

#A37999 (or 0xA37999) is unknown color: approx Bouquet. HEX triplet: A3, 79 and 99. RGB value is (163,121,153). Sum of RGB (Red+Green+Blue) = 163+121+153=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A37999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37999 is #5C8666. Grayscale: #898989. Windows color (decimal): -6063719 or 10058147. OLE color: 10058147.

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

Color convert

RGB163121153-
CMYK00.260.060.36
HSL314.29º18.58%55.69%-
HSV(B)314.29º25.77%63.92%-
XYZ27.6923.7633.26-
YUV137.21136.91146.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=37.30%
G=27.69%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312115300.260.060.36314.2918.5855.69
HexA3799901A62413a1338
Octal2431712310326444722370
Binary1010001111110011001100101101011010010010011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37999; }

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

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

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

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

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

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

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

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