#A1989C

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

Shades of Shady Lady #A1989C

Tints of Shady Lady #A1989C

Color information

#A1989C (or 0xA1989C) is unknown color: approx Shady Lady. HEX triplet: A1, 98 and 9C. RGB value is (161,152,156). Sum of RGB (Red+Green+Blue) = 161+152+156=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 161 - color contains mainly: red. Hex color #A1989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1989C is #5E6763. Grayscale: #9B9B9B. Windows color (decimal): -6186852 or 10262689. OLE color: 10262689.

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

Color convert

RGB161152156-
CMYK00.060.030.37
HSL333.33º4.57%61.37%-
HSV(B)333.33º5.59%63.14%-
XYZ31.9332.4336.03-
YUV155.15128.48132.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=34.33%
G=32.41%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115215600.060.030.37333.334.5761.37
HexA1989C0632514d53d
Octal24123023406345515575
Binary101000011001100010011100011011100101101001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1989C; }

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

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

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

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

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

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

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

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