Html Css Color HEX #A6A495 Foggy Grey

📋 copy color: '#A6A495'

red 166 ◦ green 164 ◦ blue 149

#A6A495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foggy Grey #A6A495

Tints of Foggy Grey #A6A495

RGB

 RED value IS 166 (65.23% from 255) = 34.66%

 GREEN value IS 164 (64.45% from 255) = 34.24%

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 34.66%
G = 34.24%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A6A495 (or 0xA6A495) is known color: Foggy Grey. HEX triplet: A6, A4 and 95. RGB value is (166,164,149). Sum of RGB (Red+Green+Blue) = 166+164+149=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A495 is #595B6A. Grayscale: #A2A2A2. Windows color (decimal): -5856107 or 9807014. OLE color: 9807014.

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

Color convert

RGB 166 164 149 -
CMYK 0 0.01 0.10 0.35
HSL 52.94º 0.09% 0.62% -
HSV(B) 52.94º 0.1% 0.65% -
XYZ 34.43 36.83 33.73 -
YUV 162.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 166 164 149 0 0.01 0.10 0.35 52.94 0.09 0.62
Hex A6 A4 95 0 1 A 23 35 9 3E
Octal 246 244 225 0 1 12 43 65 11 76
Binary 10100110 10100100 10010101 0 1 1010 100011 110101 1001 111110

Color Harmonies of #A6A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A495

Black with #A6A495

Text Example


Text Example

White with #A6A495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A495; }

 p { color: rgb(166,164,149); }

 H1.HeaderClassName
 {
   color: #A6A495;
 }
 .AnyTagClassName
 {
   color: #A6A495;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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