#A38F96

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

Shades of Shady Lady #A38F96

Tints of Shady Lady #A38F96

Color information

#A38F96 (or 0xA38F96) is unknown color: approx Shady Lady. HEX triplet: A3, 8F and 96. RGB value is (163,143,150). Sum of RGB (Red+Green+Blue) = 163+143+150=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F96 is #5C7069. Grayscale: #959595. Windows color (decimal): -6058090 or 9867171. OLE color: 9867171.

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

Color convert

RGB163143150-
CMYK00.120.080.36
HSL339º9.8%60%-
HSV(B)339º12.27%63.92%-
XYZ30.4329.6332.97-
YUV149.78128.13137.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=35.75%
G=31.36%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314315000.120.080.363399.860
HexA38F960C824153a3c
Octal24321722601410445231274
Binary1010001110001111100101100110010001001001010100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F96; }

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

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

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

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

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

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

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

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