#A4989A

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

Shades of Shady Lady #A4989A

Tints of Shady Lady #A4989A

Color information

#A4989A (or 0xA4989A) is unknown color: approx Shady Lady. HEX triplet: A4, 98 and 9A. RGB value is (164,152,154). Sum of RGB (Red+Green+Blue) = 164+152+154=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A4989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4989A is #5B6765. Grayscale: #9B9B9B. Windows color (decimal): -5990246 or 10131620. OLE color: 10131620.

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

Color convert

RGB164152154-
CMYK00.070.060.36
HSL350º6.19%61.96%-
HSV(B)350º7.32%64.31%-
XYZ32.3732.6835.17-
YUV155.82126.98133.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=34.89%
G=32.34%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415215400.070.060.363506.1961.96
HexA4989A0762415e63e
Octal24423023207644536676
Binary1010010010011000100110100111110100100101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4989A; }

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

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

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

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

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

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

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

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