#A6A69F

Color #A6A69F Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #A6A69F

Tints of Foggy Grey #A6A69F

Color information

#A6A69F (or 0xA6A69F) is unknown color: approx Foggy Grey. HEX triplet: A6, A6 and 9F. RGB value is (166,166,159). Sum of RGB (Red+Green+Blue) = 166+166+159=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A69F is #595960. Grayscale: #A5A5A5. Windows color (decimal): -5855585 or 10462886. OLE color: 10462886.

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

Color convert

RGB166166159-
CMYK000.040.35
HSL60º3.78%63.73%-
HSV(B)60º4.22%65.1%-
XYZ35.6237.8838.24-
YUV165.2124.5128.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=33.81%
G=33.81%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166166159000.040.35603.7863.73
HexA6A69F004233c440
Octal24624623700443744100
Binary101001101010011010011111001001000111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A69F; }

 p { color: rgb(166,166,159); }

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

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

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

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

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

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

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