#A88D96

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

Shades of Shady Lady #A88D96

Tints of Shady Lady #A88D96

Color information

#A88D96 (or 0xA88D96) is unknown color: approx Shady Lady. HEX triplet: A8, 8D and 96. RGB value is (168,141,150). Sum of RGB (Red+Green+Blue) = 168+141+150=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88D96 is #577269. Grayscale: #969696. Windows color (decimal): -5730922 or 9866664. OLE color: 9866664.

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

Color convert

RGB168141150-
CMYK00.160.110.34
HSL340º13.43%60.59%-
HSV(B)340º16.07%65.88%-
XYZ31.1829.5832.92-
YUV150.1127.95140.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=36.60%
G=30.72%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814115000.160.110.3434013.4360.59
HexA88D96010B22154d3d
Octal25021522602013425241575
Binary10101000100011011001011001000010111000101010101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D96; }

 p { color: rgb(168,141,150); }

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

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

 a { background-color: rgb(168,141,150); }

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

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

 span { border-color: rgb(168,141,150); }

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