#A3989C

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

Shades of Shady Lady #A3989C

Tints of Shady Lady #A3989C

Color information

#A3989C (or 0xA3989C) is unknown color: approx Shady Lady. HEX triplet: A3, 98 and 9C. RGB value is (163,152,156). Sum of RGB (Red+Green+Blue) = 163+152+156=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 163 - color contains mainly: red. Hex color #A3989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3989C is #5C6763. Grayscale: #9B9B9B. Windows color (decimal): -6055780 or 10262691. OLE color: 10262691.

HSL color Cylindrical-coordinate representation of color #A3989C: hue angle of 338.18º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3989C is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163152156-
CMYK00.070.040.36
HSL338.18º5.64%61.76%-
HSV(B)338.18º6.75%63.92%-
XYZ32.3332.6436.05-
YUV155.74128.14133.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=34.61%
G=32.27%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315215600.070.040.36338.185.6461.76
HexA3989C0742415263e
Octal24323023407444522676
Binary1010001110011000100111000111100100100101010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3989C; }

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

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

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

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

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

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

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

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