#A4989B

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

Shades of Shady Lady #A4989B

Tints of Shady Lady #A4989B

Color information

#A4989B (or 0xA4989B) is unknown color: approx Shady Lady. HEX triplet: A4, 98 and 9B. RGB value is (164,152,155). Sum of RGB (Red+Green+Blue) = 164+152+155=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A4989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4989B is #5B6764. Grayscale: #9B9B9B. Windows color (decimal): -5990245 or 10197156. OLE color: 10197156.

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

Color convert

RGB164152155-
CMYK00.070.050.36
HSL345º6.19%61.96%-
HSV(B)345º7.32%64.31%-
XYZ32.4532.7235.61-
YUV155.93127.48133.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=34.82%
G=32.27%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415215500.070.050.363456.1961.96
HexA4989B0752415963e
Octal24423023307544531676
Binary1010010010011000100110110111101100100101011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4989B; }

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

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

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

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

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

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

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

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