#A38D95

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

Shades of Shady Lady #A38D95

Tints of Shady Lady #A38D95

Color information

#A38D95 (or 0xA38D95) is unknown color: approx Shady Lady. HEX triplet: A3, 8D and 95. RGB value is (163,141,149). Sum of RGB (Red+Green+Blue) = 163+141+149=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D95 is #5C726A. Grayscale: #949494. Windows color (decimal): -6058603 or 9801123. OLE color: 9801123.

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

Color convert

RGB163141149-
CMYK00.130.090.36
HSL338.18º10.68%59.61%-
HSV(B)338.18º13.5%63.92%-
XYZ30.0529.0132.45-
YUV148.49128.29138.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=35.98%
G=31.13%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314114900.130.090.36338.1810.6859.61
HexA38D950D924152b3c
Octal24321522501511445221374
Binary1010001110001101100101010110110011001001010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D95; }

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

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

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

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

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

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

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

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