#A68F95

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

Shades of Shady Lady #A68F95

Tints of Shady Lady #A68F95

Color information

#A68F95 (or 0xA68F95) is unknown color: approx Shady Lady. HEX triplet: A6, 8F and 95. RGB value is (166,143,149). Sum of RGB (Red+Green+Blue) = 166+143+149=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F95 is #59706A. Grayscale: #969696. Windows color (decimal): -5861483 or 9801638. OLE color: 9801638.

HSL color Cylindrical-coordinate representation of color #A68F95: hue angle of 344.35º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A68F95 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166143149-
CMYK00.140.100.35
HSL344.35º11.44%60.59%-
HSV(B)344.35º13.86%65.1%-
XYZ30.9729.9232.58-
YUV150.56127.12139.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=36.24%
G=31.22%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614314900.140.100.35344.3511.4460.59
HexA68F950EA23158b3d
Octal24621722501612435301375
Binary1010011010001111100101010111010101000111010110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F95; }

 p { color: rgb(166,143,149); }

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

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

 a { background-color: rgb(166,143,149); }

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

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

 span { border-color: rgb(166,143,149); }

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