#A38C90

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

Shades of Shady Lady #A38C90

Tints of Shady Lady #A38C90

Color information

#A38C90 (or 0xA38C90) is unknown color: approx Shady Lady. HEX triplet: A3, 8C and 90. RGB value is (163,140,144). Sum of RGB (Red+Green+Blue) = 163+140+144=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C90 is #5C736F. Grayscale: #939393. Windows color (decimal): -6058864 or 9473187. OLE color: 9473187.

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

Color convert

RGB163140144-
CMYK00.140.120.36
HSL349.57º11.11%59.41%-
HSV(B)349.57º14.11%63.92%-
XYZ29.5228.5630.34-
YUV147.33126.12139.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=36.47%
G=31.32%
B=32.21%

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
Decimal16314014400.140.120.36349.5711.1159.41
HexA38C900EC2415eb3b
Octal24321422001614445361373
Binary1010001110001100100100000111011001001001010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C90; }

 p { color: rgb(163,140,144); }

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

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

 a { background-color: rgb(163,140,144); }

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

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

 span { border-color: rgb(163,140,144); }

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