#A4899F

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

Shades of Bouquet #A4899F

Tints of Bouquet #A4899F

Color information

#A4899F (or 0xA4899F) is unknown color: approx Bouquet. HEX triplet: A4, 89 and 9F. RGB value is (164,137,159). Sum of RGB (Red+Green+Blue) = 164+137+159=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 164 - color contains mainly: red. Hex color #A4899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4899F is #5B7660. Grayscale: #939393. Windows color (decimal): -5994081 or 10455460. OLE color: 10455460.

HSL color Cylindrical-coordinate representation of color #A4899F: hue angle of 311.11º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4899F is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164137159-
CMYK00.160.030.36
HSL311.11º12.92%59.02%-
HSV(B)311.11º16.46%64.31%-
XYZ30.5128.2936.65-
YUV147.58134.45139.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=35.65%
G=29.78%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413715900.160.030.36311.1112.9259.02
HexA4899F010324137d3b
Octal2442112370203444671573
Binary101001001000100110011111010000111001001001101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4899F; }

 p { color: rgb(164,137,159); }

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

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

 a { background-color: rgb(164,137,159); }

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

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

 span { border-color: rgb(164,137,159); }

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