#A6A592

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

Shades of Foggy Grey #A6A592

Tints of Foggy Grey #A6A592

Color information

#A6A592 (or 0xA6A592) is unknown color: approx Foggy Grey. HEX triplet: A6, A5 and 92. RGB value is (166,165,146). Sum of RGB (Red+Green+Blue) = 166+165+146=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A592 is #595A6D. Grayscale: #A3A3A3. Windows color (decimal): -5855854 or 9610662. OLE color: 9610662.

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

Color convert

RGB166165146-
CMYK00.010.120.35
HSL57º10.1%61.18%-
HSV(B)57º12.05%65.1%-
XYZ34.3737.0932.54-
YUV163.13118.33130.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=34.80%
G=34.59%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616514600.010.120.355710.161.18
HexA6A59201C2339a3d
Octal246245222011443711275
Binary1010011010100101100100100111001000111110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A592; }

 p { color: rgb(166,165,146); }

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

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

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

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

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

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

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