#A69699

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

Shades of Shady Lady #A69699

Tints of Shady Lady #A69699

Color information

#A69699 (or 0xA69699) is unknown color: approx Shady Lady. HEX triplet: A6, 96 and 99. RGB value is (166,150,153). Sum of RGB (Red+Green+Blue) = 166+150+153=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69699 is #596966. Grayscale: #9B9B9B. Windows color (decimal): -5859687 or 10065574. OLE color: 10065574.

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

Color convert

RGB166150153-
CMYK00.100.080.35
HSL348.75º8.25%61.96%-
HSV(B)348.75º9.64%65.1%-
XYZ32.3832.2234.65-
YUV155.13126.8135.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=35.39%
G=31.98%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615015300.100.080.35348.758.2561.96
HexA696990A82315d83e
Octal24622623101210435351076
Binary1010011010010110100110010101010001000111010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69699; }

 p { color: rgb(166,150,153); }

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

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

 a { background-color: rgb(166,150,153); }

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

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

 span { border-color: rgb(166,150,153); }

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