#A68F93

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

Shades of Shady Lady #A68F93

Tints of Shady Lady #A68F93

Color information

#A68F93 (or 0xA68F93) is unknown color: approx Shady Lady. HEX triplet: A6, 8F and 93. RGB value is (166,143,147). Sum of RGB (Red+Green+Blue) = 166+143+147=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F93 is #59706C. Grayscale: #969696. Windows color (decimal): -5861485 or 9670566. OLE color: 9670566.

HSL color Cylindrical-coordinate representation of color #A68F93: hue angle of 349.57º 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 #A68F93 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB166143147-
CMYK00.140.110.35
HSL349.57º11.44%60.59%-
HSV(B)349.57º13.86%65.1%-
XYZ30.8129.8631.74-
YUV150.33126.12139.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=36.40%
G=31.36%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614314700.140.110.35349.5711.4460.59
HexA68F930EB2315eb3d
Octal24621722301613435361375
Binary1010011010001111100100110111010111000111010111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F93; }

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

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

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

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

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

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

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

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