#A48D91

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

Shades of Shady Lady #A48D91

Tints of Shady Lady #A48D91

Color information

#A48D91 (or 0xA48D91) is unknown color: approx Shady Lady. HEX triplet: A4, 8D and 91. RGB value is (164,141,145). Sum of RGB (Red+Green+Blue) = 164+141+145=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D91 is #5B726E. Grayscale: #949494. Windows color (decimal): -5993071 or 9538980. OLE color: 9538980.

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

Color convert

RGB164141145-
CMYK00.140.120.36
HSL349.57º11.22%59.8%-
HSV(B)349.57º14.02%64.31%-
XYZ29.9528.9930.8-
YUV148.33126.12139.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=36.44%
G=31.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414114500.140.120.36349.5711.2259.8
HexA48D910EC2415eb3c
Octal24421522101614445361374
Binary1010010010001101100100010111011001001001010111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D91; }

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

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

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

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

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

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

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

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