#A68993

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

Shades of Shady Lady #A68993

Tints of Shady Lady #A68993

Color information

#A68993 (or 0xA68993) is unknown color: approx Shady Lady. HEX triplet: A6, 89 and 93. RGB value is (166,137,147). Sum of RGB (Red+Green+Blue) = 166+137+147=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A68993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68993 is #59766C. Grayscale: #929292. Windows color (decimal): -5863021 or 9669030. OLE color: 9669030.

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

Color convert

RGB166137147-
CMYK00.170.110.35
HSL339.31º14.01%59.41%-
HSV(B)339.31º17.47%65.1%-
XYZ29.9428.131.45-
YUV146.81128.11141.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=36.89%
G=30.44%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613714700.170.110.35339.3114.0159.41
HexA68993011B23153e3b
Octal24621122302113435231673
Binary10100110100010011001001101000110111000111010100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68993; }

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

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

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

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

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

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

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

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