#A79699

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

Shades of Shady Lady #A79699

Tints of Shady Lady #A79699

Color information

#A79699 (or 0xA79699) is unknown color: approx Shady Lady. HEX triplet: A7, 96 and 99. RGB value is (167,150,153). Sum of RGB (Red+Green+Blue) = 167+150+153=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 167 - color contains mainly: red. Hex color #A79699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79699 is #586966. Grayscale: #9B9B9B. Windows color (decimal): -5794151 or 10065575. OLE color: 10065575.

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

Color convert

RGB167150153-
CMYK00.100.080.35
HSL349.41º8.81%62.16%-
HSV(B)349.41º10.18%65.49%-
XYZ32.5932.3334.66-
YUV155.43126.63136.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=35.53%
G=31.91%
B=32.55%

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
Decimal16715015300.100.080.35349.418.8162.16
HexA796990A82315d93e
Octal24722623101210435351176
Binary1010011110010110100110010101010001000111010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79699; }

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

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

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

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

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

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

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

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