#A9849C

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

Shades of Bouquet #A9849C

Tints of Bouquet #A9849C

Color information

#A9849C (or 0xA9849C) is unknown color: approx Bouquet. HEX triplet: A9, 84 and 9C. RGB value is (169,132,156). Sum of RGB (Red+Green+Blue) = 169+132+156=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A9849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9849C is #567B63. Grayscale: #919191. Windows color (decimal): -5667684 or 10257577. OLE color: 10257577.

HSL color Cylindrical-coordinate representation of color #A9849C: hue angle of 321.08º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9849C is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169132156-
CMYK00.220.080.34
HSL321.08º17.7%59.02%-
HSV(B)321.08º21.89%66.27%-
XYZ30.6127.3435.12-
YUV145.8133.76144.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=36.98%
G=28.88%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913215600.220.080.34321.0817.759.02
HexA9849C016822141123b
Octal25120423402610425012273
Binary101010011000010010011100010110100010001010100000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9849C; }

 p { color: rgb(169,132,156); }

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

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

 a { background-color: rgb(169,132,156); }

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

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

 span { border-color: rgb(169,132,156); }

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