#A1989D

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

Shades of Shady Lady #A1989D

Tints of Shady Lady #A1989D

Color information

#A1989D (or 0xA1989D) is unknown color: approx Shady Lady. HEX triplet: A1, 98 and 9D. RGB value is (161,152,157). Sum of RGB (Red+Green+Blue) = 161+152+157=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 161 - color contains mainly: red. Hex color #A1989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1989D is #5E6762. Grayscale: #9B9B9B. Windows color (decimal): -6186851 or 10328225. OLE color: 10328225.

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

Color convert

RGB161152157-
CMYK00.060.020.37
HSL326.67º4.57%61.37%-
HSV(B)326.67º5.59%63.14%-
XYZ32.0132.4736.48-
YUV155.26128.98132.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=34.26%
G=32.34%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115215700.060.020.37326.674.5761.37
HexA1989D0622514753d
Octal24123023506245507575
Binary101000011001100010011101011010100101101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1989D; }

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

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

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

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

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

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

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

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