#A48D95

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

Shades of Shady Lady #A48D95

Tints of Shady Lady #A48D95

Color information

#A48D95 (or 0xA48D95) is unknown color: approx Shady Lady. HEX triplet: A4, 8D and 95. RGB value is (164,141,149). Sum of RGB (Red+Green+Blue) = 164+141+149=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D95 is #5B726A. Grayscale: #949494. Windows color (decimal): -5993067 or 9801124. OLE color: 9801124.

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

Color convert

RGB164141149-
CMYK00.140.090.36
HSL339.13º11.22%59.8%-
HSV(B)339.13º14.02%64.31%-
XYZ30.2629.1132.46-
YUV148.79128.12138.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=36.12%
G=31.06%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414114900.140.090.36339.1311.2259.8
HexA48D950E924153b3c
Octal24421522501611445231374
Binary1010010010001101100101010111010011001001010100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D95; }

 p { color: rgb(164,141,149); }

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

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

 a { background-color: rgb(164,141,149); }

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

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

 span { border-color: rgb(164,141,149); }

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