#A5989E

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

Shades of Shady Lady #A5989E

Tints of Shady Lady #A5989E

Color information

#A5989E (or 0xA5989E) is unknown color: approx Shady Lady. HEX triplet: A5, 98 and 9E. RGB value is (165,152,158). Sum of RGB (Red+Green+Blue) = 165+152+158=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A5989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5989E is #5A6761. Grayscale: #9C9C9C. Windows color (decimal): -5924706 or 10393765. OLE color: 10393765.

HSL color Cylindrical-coordinate representation of color #A5989E: hue angle of 332.31º 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 #A5989E is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165152158-
CMYK00.080.040.35
HSL332.31º6.74%62.16%-
HSV(B)332.31º7.88%64.71%-
XYZ32.9232.9236.97-
YUV156.57128.81134.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=34.74%
G=32%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515215800.080.040.35332.316.7462.16
HexA5989E0842314c73e
Octal245230236010443514776
Binary10100101100110001001111001000100100011101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5989E; }

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

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

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

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

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

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

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

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