#A1919C

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

Shades of Bouquet #A1919C

Tints of Bouquet #A1919C

Color information

#A1919C (or 0xA1919C) is unknown color: approx Bouquet. HEX triplet: A1, 91 and 9C. RGB value is (161,145,156). Sum of RGB (Red+Green+Blue) = 161+145+156=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 161 - color contains mainly: red. Hex color #A1919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1919C is #5E6E63. Grayscale: #979797. Windows color (decimal): -6188644 or 10260897. OLE color: 10260897.

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

Color convert

RGB161145156-
CMYK00.100.030.37
HSL318.75º7.84%60%-
HSV(B)318.75º9.94%63.14%-
XYZ30.8230.2335.66-
YUV151.04130.8135.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=34.85%
G=31.39%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114515600.100.030.37318.757.8460
HexA1919C0A32513f83c
Octal2412212340123454771074
Binary10100001100100011001110001010111001011001111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1919C; }

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

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

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

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

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

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

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

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