#A38890

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

Shades of Shady Lady #A38890

Tints of Shady Lady #A38890

Color information

#A38890 (or 0xA38890) is unknown color: approx Shady Lady. HEX triplet: A3, 88 and 90. RGB value is (163,136,144). Sum of RGB (Red+Green+Blue) = 163+136+144=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A38890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38890 is #5C776F. Grayscale: #909090. Windows color (decimal): -6059888 or 9472163. OLE color: 9472163.

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

Color convert

RGB163136144-
CMYK00.170.120.36
HSL342.22º12.8%58.63%-
HSV(B)342.22º16.56%63.92%-
XYZ28.9427.4130.15-
YUV144.98127.45140.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=36.79%
G=30.70%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313614400.170.120.36342.2212.858.63
HexA38890011C24156d3b
Octal24321022002114445261573
Binary10100011100010001001000001000111001001001010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38890; }

 p { color: rgb(163,136,144); }

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

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

 a { background-color: rgb(163,136,144); }

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

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

 span { border-color: rgb(163,136,144); }

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