#A48D90

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

Shades of Shady Lady #A48D90

Tints of Shady Lady #A48D90

Color information

#A48D90 (or 0xA48D90) is unknown color: approx Shady Lady. HEX triplet: A4, 8D and 90. RGB value is (164,141,144). Sum of RGB (Red+Green+Blue) = 164+141+144=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D90 is #5B726F. Grayscale: #949494. Windows color (decimal): -5993072 or 9473444. OLE color: 9473444.

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

Color convert

RGB164141144-
CMYK00.140.120.36
HSL352.17º11.22%59.8%-
HSV(B)352.17º14.02%64.31%-
XYZ29.8728.9630.4-
YUV148.22125.62139.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=36.53%
G=31.40%
B=32.07%

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
Decimal16414114400.140.120.36352.1711.2259.8
HexA48D900EC24160b3c
Octal24421522001614445401374
Binary1010010010001101100100000111011001001001011000001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D90; }

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

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

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

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

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

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

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

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