#A37A99

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

Shades of Bouquet #A37A99

Tints of Bouquet #A37A99

Color information

#A37A99 (or 0xA37A99) is unknown color: approx Bouquet. HEX triplet: A3, 7A and 99. RGB value is (163,122,153). Sum of RGB (Red+Green+Blue) = 163+122+153=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A99 is #5C8566. Grayscale: #898989. Windows color (decimal): -6063463 or 10058403. OLE color: 10058403.

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

Color convert

RGB163122153-
CMYK00.250.060.36
HSL314.63º18.22%55.88%-
HSV(B)314.63º25.15%63.92%-
XYZ27.8124.0133.3-
YUV137.79136.58145.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=37.21%
G=27.85%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312215300.250.060.36314.6318.2255.88
HexA37A9901962413b1238
Octal2431722310316444732270
Binary1010001111110101001100101100111010010010011101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A99; }

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

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

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

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

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

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

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

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