#A48D93

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

Shades of Shady Lady #A48D93

Tints of Shady Lady #A48D93

Color information

#A48D93 (or 0xA48D93) is unknown color: approx Shady Lady. HEX triplet: A4, 8D and 93. RGB value is (164,141,147). Sum of RGB (Red+Green+Blue) = 164+141+147=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D93 is #5B726C. Grayscale: #949494. Windows color (decimal): -5993069 or 9670052. OLE color: 9670052.

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

Color convert

RGB164141147-
CMYK00.140.100.36
HSL344.35º11.22%59.8%-
HSV(B)344.35º14.02%64.31%-
XYZ30.129.0531.62-
YUV148.56127.12139.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=36.28%
G=31.19%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414114700.140.100.36344.3511.2259.8
HexA48D930EA24158b3c
Octal24421522301612445301374
Binary1010010010001101100100110111010101001001010110001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D93; }

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

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

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

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

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

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

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

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