#A4969C

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

Shades of Shady Lady #A4969C

Tints of Shady Lady #A4969C

Color information

#A4969C (or 0xA4969C) is unknown color: approx Shady Lady. HEX triplet: A4, 96 and 9C. RGB value is (164,150,156). Sum of RGB (Red+Green+Blue) = 164+150+156=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A4969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4969C is #5B6963. Grayscale: #9A9A9A. Windows color (decimal): -5990756 or 10262180. OLE color: 10262180.

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

Color convert

RGB164150156-
CMYK00.090.050.36
HSL334.29º7.14%61.57%-
HSV(B)334.29º8.54%64.31%-
XYZ32.2232.1135.95-
YUV154.87128.64134.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=34.89%
G=31.91%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415015600.090.050.36334.297.1461.57
HexA4969C0952414e73e
Octal244226234011544516776
Binary10100100100101101001110001001101100100101001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4969C; }

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

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

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

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

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

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

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

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