#A9809F

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

Shades of Bouquet #A9809F

Tints of Bouquet #A9809F

Color information

#A9809F (or 0xA9809F) is unknown color: approx Bouquet. HEX triplet: A9, 80 and 9F. RGB value is (169,128,159). Sum of RGB (Red+Green+Blue) = 169+128+159=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 169 - color contains mainly: red. Hex color #A9809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9809F is #567F60. Grayscale: #8F8F8F. Windows color (decimal): -5668705 or 10453161. OLE color: 10453161.

HSL color Cylindrical-coordinate representation of color #A9809F: hue angle of 314.63º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9809F is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB169128159-
CMYK00.240.060.34
HSL314.63º19.25%58.24%-
HSV(B)314.63º24.26%66.27%-
XYZ30.3426.3836.29-
YUV143.79136.58145.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 159 (62.5% from 255) = 34.87%
R=37.06%
G=28.07%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912815900.240.060.34314.6319.2558.24
HexA9809F01862213b133a
Octal2512002370306424732372
Binary10101001100000001001111101100011010001010011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9809F; }

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

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

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

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

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

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

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

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