#A893A0

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

Shades of Shady Lady #A893A0

Tints of Shady Lady #A893A0

Color information

#A893A0 (or 0xA893A0) is unknown color: approx Shady Lady. HEX triplet: A8, 93 and A0. RGB value is (168,147,160). Sum of RGB (Red+Green+Blue) = 168+147+160=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A893A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893A0 is #576C5F. Grayscale: #9A9A9A. Windows color (decimal): -5729376 or 10523560. OLE color: 10523560.

HSL color Cylindrical-coordinate representation of color #A893A0: hue angle of 322.86º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A893A0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB168147160-
CMYK00.130.050.34
HSL322.86º10.77%61.76%-
HSV(B)322.86º12.5%65.88%-
XYZ32.9331.7337.65-
YUV154.76130.96137.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=35.37%
G=30.95%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814716000.130.050.34322.8610.7761.76
HexA893A00D522143b3e
Octal2502232400155425031376
Binary101010001001001110100000011011011000101010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893A0; }

 p { color: rgb(168,147,160); }

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

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

 a { background-color: rgb(168,147,160); }

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

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

 span { border-color: rgb(168,147,160); }

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