#A69C9E

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

Shades of Shady Lady #A69C9E

Tints of Shady Lady #A69C9E

Color information

#A69C9E (or 0xA69C9E) is unknown color: approx Shady Lady. HEX triplet: A6, 9C and 9E. RGB value is (166,156,158). Sum of RGB (Red+Green+Blue) = 166+156+158=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C9E is #596361. Grayscale: #9F9F9F. Windows color (decimal): -5858146 or 10394790. OLE color: 10394790.

HSL color Cylindrical-coordinate representation of color #A69C9E: hue angle of 348º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A69C9E is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166156158-
CMYK00.060.050.35
HSL348º5.32%63.14%-
HSV(B)348º6.02%65.1%-
XYZ33.7934.3537.2-
YUV159.22127.31132.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=34.58%
G=32.5%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615615800.060.050.353485.3263.14
HexA69C9E0652315c53f
Octal24623423606543534577
Binary1010011010011100100111100110101100011101011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C9E; }

 p { color: rgb(166,156,158); }

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

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

 a { background-color: rgb(166,156,158); }

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

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

 span { border-color: rgb(166,156,158); }

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