#A5989C

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

Shades of Shady Lady #A5989C

Tints of Shady Lady #A5989C

Color information

#A5989C (or 0xA5989C) is unknown color: approx Shady Lady. HEX triplet: A5, 98 and 9C. RGB value is (165,152,156). Sum of RGB (Red+Green+Blue) = 165+152+156=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A5989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5989C is #5A6763. Grayscale: #9C9C9C. Windows color (decimal): -5924708 or 10262693. OLE color: 10262693.

HSL color Cylindrical-coordinate representation of color #A5989C: hue angle of 341.54º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5989C is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB165152156-
CMYK00.080.050.35
HSL341.54º6.74%62.16%-
HSV(B)341.54º7.88%64.71%-
XYZ32.7532.8636.07-
YUV156.34127.81134.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=34.88%
G=32.14%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515215600.080.050.35341.546.7462.16
HexA5989C0852315673e
Octal245230234010543526776
Binary10100101100110001001110001000101100011101010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5989C; }

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

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

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

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

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

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

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

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