#A4989E

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

Shades of Shady Lady #A4989E

Tints of Shady Lady #A4989E

Color information

#A4989E (or 0xA4989E) is unknown color: approx Shady Lady. HEX triplet: A4, 98 and 9E. RGB value is (164,152,158). Sum of RGB (Red+Green+Blue) = 164+152+158=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A4989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4989E is #5B6761. Grayscale: #9C9C9C. Windows color (decimal): -5990242 or 10393764. OLE color: 10393764.

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

Color convert

RGB164152158-
CMYK00.070.040.36
HSL330º6.19%61.96%-
HSV(B)330º7.32%64.31%-
XYZ32.7132.8236.96-
YUV156.27128.98133.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=34.60%
G=32.07%
B=33.33%

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
Decimal16415215800.070.040.363306.1961.96
HexA4989E0742414a63e
Octal24423023607444512676
Binary1010010010011000100111100111100100100101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4989E; }

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

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

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

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

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

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

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

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