#A18F93

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

Shades of Shady Lady #A18F93

Tints of Shady Lady #A18F93

Color information

#A18F93 (or 0xA18F93) is unknown color: approx Shady Lady. HEX triplet: A1, 8F and 93. RGB value is (161,143,147). Sum of RGB (Red+Green+Blue) = 161+143+147=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F93 is #5E706C. Grayscale: #949494. Windows color (decimal): -6189165 or 9670561. OLE color: 9670561.

HSL color Cylindrical-coordinate representation of color #A18F93: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A18F93 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB161143147-
CMYK00.110.090.37
HSL346.67º8.74%59.61%-
HSV(B)346.67º11.18%63.14%-
XYZ29.7929.3331.69-
YUV148.84126.96136.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=35.70%
G=31.71%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114314700.110.090.37346.678.7459.61
HexA18F930B92515b93c
Octal24121722301311455331174
Binary1010000110001111100100110101110011001011010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F93; }

 p { color: rgb(161,143,147); }

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

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

 a { background-color: rgb(161,143,147); }

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

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

 span { border-color: rgb(161,143,147); }

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