#A1909C

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

Shades of Bouquet #A1909C

Tints of Bouquet #A1909C

Color information

#A1909C (or 0xA1909C) is unknown color: approx Bouquet. HEX triplet: A1, 90 and 9C. RGB value is (161,144,156). Sum of RGB (Red+Green+Blue) = 161+144+156=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A1909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1909C is #5E6F63. Grayscale: #969696. Windows color (decimal): -6188900 or 10260641. OLE color: 10260641.

HSL color Cylindrical-coordinate representation of color #A1909C: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1909C is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB161144156-
CMYK00.110.030.37
HSL317.65º8.29%59.8%-
HSV(B)317.65º10.56%63.14%-
XYZ30.6729.9235.61-
YUV150.45131.13135.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=34.92%
G=31.24%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114415600.110.030.37317.658.2959.8
HexA1909C0B32513e83c
Octal2412202340133454761074
Binary10100001100100001001110001011111001011001111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1909C; }

 p { color: rgb(161,144,156); }

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

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

 a { background-color: rgb(161,144,156); }

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

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

 span { border-color: rgb(161,144,156); }

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