#A4999C

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

Shades of Shady Lady #A4999C

Tints of Shady Lady #A4999C

Color information

#A4999C (or 0xA4999C) is unknown color: approx Shady Lady. HEX triplet: A4, 99 and 9C. RGB value is (164,153,156). Sum of RGB (Red+Green+Blue) = 164+153+156=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A4999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4999C is #5B6663. Grayscale: #9C9C9C. Windows color (decimal): -5989988 or 10262948. OLE color: 10262948.

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

Color convert

RGB164153156-
CMYK00.070.050.36
HSL343.64º5.7%62.16%-
HSV(B)343.64º6.71%64.31%-
XYZ32.733.0836.11-
YUV156.63127.64133.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=34.67%
G=32.35%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415315600.070.050.36343.645.762.16
HexA4999C0752415863e
Octal24423123407544530676
Binary1010010010011001100111000111101100100101011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4999C; }

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

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

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

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

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

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

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

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