#A1909D

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

Shades of Bouquet #A1909D

Tints of Bouquet #A1909D

Color information

#A1909D (or 0xA1909D) is unknown color: approx Bouquet. HEX triplet: A1, 90 and 9D. RGB value is (161,144,157). Sum of RGB (Red+Green+Blue) = 161+144+157=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 161 - color contains mainly: red. Hex color #A1909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1909D is #5E6F62. Grayscale: #969696. Windows color (decimal): -6188899 or 10326177. OLE color: 10326177.

HSL color Cylindrical-coordinate representation of color #A1909D: hue angle of 314.12º 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 #A1909D is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161144157-
CMYK00.110.020.37
HSL314.12º8.29%59.8%-
HSV(B)314.12º10.56%63.14%-
XYZ30.7629.9636.06-
YUV150.56131.63135.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=34.85%
G=31.17%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114415700.110.020.37314.128.2959.8
HexA1909D0B22513a83c
Octal2412202350132454721074
Binary10100001100100001001110101011101001011001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1909D; }

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

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

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

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

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

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

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

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