#A4969F

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

Shades of Shady Lady #A4969F

Tints of Shady Lady #A4969F

Color information

#A4969F (or 0xA4969F) is unknown color: approx Shady Lady. HEX triplet: A4, 96 and 9F. RGB value is (164,150,159). Sum of RGB (Red+Green+Blue) = 164+150+159=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A4969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4969F is #5B6960. Grayscale: #9B9B9B. Windows color (decimal): -5990753 or 10458788. OLE color: 10458788.

HSL color Cylindrical-coordinate representation of color #A4969F: hue angle of 321.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4969F is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164150159-
CMYK00.090.030.36
HSL321.43º7.14%61.57%-
HSV(B)321.43º8.54%64.31%-
XYZ32.4732.2137.31-
YUV155.21130.14134.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=34.67%
G=31.71%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415015900.090.030.36321.437.1461.57
HexA4969F0932414173e
Octal244226237011344501776
Binary1010010010010110100111110100111100100101000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4969F; }

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

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

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

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

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

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

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

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