#A38E96

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

Shades of Shady Lady #A38E96

Tints of Shady Lady #A38E96

Color information

#A38E96 (or 0xA38E96) is unknown color: approx Shady Lady. HEX triplet: A3, 8E and 96. RGB value is (163,142,150). Sum of RGB (Red+Green+Blue) = 163+142+150=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38E96 is #5C7169. Grayscale: #959595. Windows color (decimal): -6058346 or 9866915. OLE color: 9866915.

HSL color Cylindrical-coordinate representation of color #A38E96: hue angle of 337.14º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A38E96 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB163142150-
CMYK00.130.080.36
HSL337.14º10.24%59.8%-
HSV(B)337.14º12.88%63.92%-
XYZ30.2829.3332.92-
YUV149.19128.46137.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=35.82%
G=31.21%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314215000.130.080.36337.1410.2459.8
HexA38E960D824151a3c
Octal24321622601510445211274
Binary1010001110001110100101100110110001001001010100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E96; }

 p { color: rgb(163,142,150); }

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

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

 a { background-color: rgb(163,142,150); }

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

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

 span { border-color: rgb(163,142,150); }

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