#A38F95

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

Shades of Shady Lady #A38F95

Tints of Shady Lady #A38F95

Color information

#A38F95 (or 0xA38F95) is unknown color: approx Shady Lady. HEX triplet: A3, 8F and 95. RGB value is (163,143,149). Sum of RGB (Red+Green+Blue) = 163+143+149=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F95 is #5C706A. Grayscale: #959595. Windows color (decimal): -6058091 or 9801635. OLE color: 9801635.

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

Color convert

RGB163143149-
CMYK00.120.090.36
HSL342º9.8%60%-
HSV(B)342º12.27%63.92%-
XYZ30.3529.632.55-
YUV149.66127.63137.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=35.82%
G=31.43%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314314900.120.090.363429.860
HexA38F950C924156a3c
Octal24321722501411445261274
Binary1010001110001111100101010110010011001001010101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F95; }

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

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

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

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

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

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

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

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