#A69B9E

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

Shades of Shady Lady #A69B9E

Tints of Shady Lady #A69B9E

Color information

#A69B9E (or 0xA69B9E) is unknown color: approx Shady Lady. HEX triplet: A6, 9B and 9E. RGB value is (166,155,158). Sum of RGB (Red+Green+Blue) = 166+155+158=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B9E is #596461. Grayscale: #9E9E9E. Windows color (decimal): -5858402 or 10394534. OLE color: 10394534.

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

Color convert

RGB166155158-
CMYK00.070.050.35
HSL343.64º5.82%62.94%-
HSV(B)343.64º6.63%65.1%-
XYZ33.6234.0237.14-
YUV158.63127.64133.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=34.66%
G=32.36%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615515800.070.050.35343.645.8262.94
HexA69B9E0752315863f
Octal24623323607543530677
Binary1010011010011011100111100111101100011101011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B9E; }

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

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

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

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

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

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

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

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