#A4969A

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

Shades of Shady Lady #A4969A

Tints of Shady Lady #A4969A

Color information

#A4969A (or 0xA4969A) is unknown color: approx Shady Lady. HEX triplet: A4, 96 and 9A. RGB value is (164,150,154). Sum of RGB (Red+Green+Blue) = 164+150+154=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A4969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4969A is #5B6965. Grayscale: #9A9A9A. Windows color (decimal): -5990758 or 10131108. OLE color: 10131108.

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

Color convert

RGB164150154-
CMYK00.090.060.36
HSL342.86º7.14%61.57%-
HSV(B)342.86º8.54%64.31%-
XYZ32.0532.0435.07-
YUV154.64127.64134.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=35.04%
G=32.05%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415015400.090.060.36342.867.1461.57
HexA4969A0962415773e
Octal244226232011644527776
Binary10100100100101101001101001001110100100101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4969A; }

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

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

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

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

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

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

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

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