#A4999E

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

Shades of Shady Lady #A4999E

Tints of Shady Lady #A4999E

Color information

#A4999E (or 0xA4999E) is unknown color: approx Shady Lady. HEX triplet: A4, 99 and 9E. RGB value is (164,153,158). Sum of RGB (Red+Green+Blue) = 164+153+158=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A4999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4999E is #5B6661. Grayscale: #9C9C9C. Windows color (decimal): -5989986 or 10394020. OLE color: 10394020.

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

Color convert

RGB164153158-
CMYK00.070.040.36
HSL332.73º5.7%62.16%-
HSV(B)332.73º6.71%64.31%-
XYZ32.8733.1437.01-
YUV156.86128.64133.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=34.53%
G=32.21%
B=33.26%

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
Decimal16415315800.070.040.36332.735.762.16
HexA4999E0742414d63e
Octal24423123607444515676
Binary1010010010011001100111100111100100100101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4999E; }

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

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

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

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

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

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

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

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