#A4989F

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

Shades of Shady Lady #A4989F

Tints of Shady Lady #A4989F

Color information

#A4989F (or 0xA4989F) is unknown color: approx Shady Lady. HEX triplet: A4, 98 and 9F. RGB value is (164,152,159). Sum of RGB (Red+Green+Blue) = 164+152+159=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A4989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4989F is #5B6760. Grayscale: #9C9C9C. Windows color (decimal): -5990241 or 10459300. OLE color: 10459300.

HSL color Cylindrical-coordinate representation of color #A4989F: hue angle of 325º 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 #A4989F is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164152159-
CMYK00.070.030.36
HSL325º6.19%61.96%-
HSV(B)325º7.32%64.31%-
XYZ32.832.8537.41-
YUV156.39129.48133.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=34.53%
G=32%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415215900.070.030.363256.1961.96
HexA4989F0732414563e
Octal24423023707344505676
Binary101001001001100010011111011111100100101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4989F; }

 p { color: rgb(164,152,159); }

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

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

 a { background-color: rgb(164,152,159); }

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

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

 span { border-color: rgb(164,152,159); }

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