#A69497

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

Shades of Shady Lady #A69497

Tints of Shady Lady #A69497

Color information

#A69497 (or 0xA69497) is unknown color: approx Shady Lady. HEX triplet: A6, 94 and 97. RGB value is (166,148,151). Sum of RGB (Red+Green+Blue) = 166+148+151=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A69497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69497 is #596B68. Grayscale: #999999. Windows color (decimal): -5860201 or 9933990. OLE color: 9933990.

HSL color Cylindrical-coordinate representation of color #A69497: hue angle of 350º 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 #A69497 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166148151-
CMYK00.110.090.35
HSL350º9.18%61.57%-
HSV(B)350º10.84%65.1%-
XYZ31.931.5233.68-
YUV153.72126.46136.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 151 (59.38% from 255) = 32.47%
R=35.70%
G=31.83%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614815100.110.090.353509.1861.57
HexA694970B92315e93e
Octal24622422701311435361176
Binary1010011010010100100101110101110011000111010111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69497; }

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

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

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

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

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

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

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

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