#A69499

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

Shades of Shady Lady #A69499

Tints of Shady Lady #A69499

Color information

#A69499 (or 0xA69499) is unknown color: approx Shady Lady. HEX triplet: A6, 94 and 99. RGB value is (166,148,153). Sum of RGB (Red+Green+Blue) = 166+148+153=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69499 is #596B66. Grayscale: #999999. Windows color (decimal): -5860199 or 10065062. OLE color: 10065062.

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

Color convert

RGB166148153-
CMYK00.110.080.35
HSL343.33º9.18%61.57%-
HSV(B)343.33º10.84%65.1%-
XYZ32.0731.5934.54-
YUV153.95127.46136.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=35.55%
G=31.69%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614815300.110.080.35343.339.1861.57
HexA694990B82315793e
Octal24622423101310435271176
Binary1010011010010100100110010101110001000111010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69499; }

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

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

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

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

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

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

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

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