#A38C95

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

Shades of Shady Lady #A38C95

Tints of Shady Lady #A38C95

Color information

#A38C95 (or 0xA38C95) is unknown color: approx Shady Lady. HEX triplet: A3, 8C and 95. RGB value is (163,140,149). Sum of RGB (Red+Green+Blue) = 163+140+149=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C95 is #5C736A. Grayscale: #939393. Windows color (decimal): -6058859 or 9800867. OLE color: 9800867.

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

Color convert

RGB163140149-
CMYK00.140.090.36
HSL336.52º11.11%59.41%-
HSV(B)336.52º14.11%63.92%-
XYZ29.9128.7132.4-
YUV147.9128.62138.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=36.06%
G=30.97%
B=32.96%

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
Decimal16314014900.140.090.36336.5211.1159.41
HexA38C950E924151b3b
Octal24321422501611445211373
Binary1010001110001100100101010111010011001001010100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C95; }

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

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

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

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

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

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

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

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