#A994A0

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

Shades of Shady Lady #A994A0

Tints of Shady Lady #A994A0

Color information

#A994A0 (or 0xA994A0) is unknown color: approx Shady Lady. HEX triplet: A9, 94 and A0. RGB value is (169,148,160). Sum of RGB (Red+Green+Blue) = 169+148+160=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A994A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994A0 is #566B5F. Grayscale: #9B9B9B. Windows color (decimal): -5663584 or 10523817. OLE color: 10523817.

HSL color Cylindrical-coordinate representation of color #A994A0: hue angle of 325.71º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A994A0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169148160-
CMYK00.120.050.34
HSL325.71º10.88%62.16%-
HSV(B)325.71º12.43%66.27%-
XYZ33.332.1537.71-
YUV155.65130.46137.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=35.43%
G=31.03%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914816000.120.050.34325.7110.8862.16
HexA994A00C522146b3e
Octal2512242400145425061376
Binary101010011001010010100000011001011000101010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994A0; }

 p { color: rgb(169,148,160); }

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

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

 a { background-color: rgb(169,148,160); }

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

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

 span { border-color: rgb(169,148,160); }

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