#A1909B

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

Shades of Bouquet #A1909B

Tints of Bouquet #A1909B

Color information

#A1909B (or 0xA1909B) is unknown color: approx Bouquet. HEX triplet: A1, 90 and 9B. RGB value is (161,144,155). Sum of RGB (Red+Green+Blue) = 161+144+155=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A1909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1909B is #5E6F64. Grayscale: #969696. Windows color (decimal): -6188901 or 10195105. OLE color: 10195105.

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

Color convert

RGB161144155-
CMYK00.110.040.37
HSL321.18º8.29%59.8%-
HSV(B)321.18º10.56%63.14%-
XYZ30.5929.8935.17-
YUV150.34130.63135.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=35%
G=31.30%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114415500.110.040.37321.188.2959.8
HexA1909B0B42514183c
Octal2412202330134455011074
Binary101000011001000010011011010111001001011010000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1909B; }

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

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

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

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

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

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

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

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