#A38F97

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

Shades of Shady Lady #A38F97

Tints of Shady Lady #A38F97

Color information

#A38F97 (or 0xA38F97) is unknown color: approx Shady Lady. HEX triplet: A3, 8F and 97. RGB value is (163,143,151). Sum of RGB (Red+Green+Blue) = 163+143+151=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F97 is #5C7068. Grayscale: #959595. Windows color (decimal): -6058089 or 9932707. OLE color: 9932707.

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

Color convert

RGB163143151-
CMYK00.120.070.36
HSL336º9.8%60%-
HSV(B)336º12.27%63.92%-
XYZ30.5129.6733.4-
YUV149.89128.63137.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=35.67%
G=31.29%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314315100.120.070.363369.860
HexA38F970C724150a3c
Octal2432172270147445201274
Binary101000111000111110010111011001111001001010100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F97; }

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

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

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

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

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

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

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

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