#A9889F

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

Shades of Bouquet #A9889F

Tints of Bouquet #A9889F

Color information

#A9889F (or 0xA9889F) is unknown color: approx Bouquet. HEX triplet: A9, 88 and 9F. RGB value is (169,136,159). Sum of RGB (Red+Green+Blue) = 169+136+159=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A9889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9889F is #567760. Grayscale: #949494. Windows color (decimal): -5666657 or 10455209. OLE color: 10455209.

HSL color Cylindrical-coordinate representation of color #A9889F: hue angle of 318.18º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9889F is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB169136159-
CMYK00.200.060.34
HSL318.18º16.1%59.8%-
HSV(B)318.18º19.53%66.27%-
XYZ31.4228.5536.65-
YUV148.49133.93142.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=36.42%
G=29.31%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913615900.200.060.34318.1816.159.8
HexA9889F01462213e103c
Octal2512102370246424762074
Binary10101001100010001001111101010011010001010011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9889F; }

 p { color: rgb(169,136,159); }

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

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

 a { background-color: rgb(169,136,159); }

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

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

 span { border-color: rgb(169,136,159); }

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