Html Css Color HEX #A6A697 Foggy Grey

📋 copy color: '#A6A697'

red 166 ◦ green 166 ◦ blue 151

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

Shades of Foggy Grey #A6A697

Tints of Foggy Grey #A6A697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 34.37%
G = 34.37%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A6A697 (or 0xA6A697) is known color: Foggy Grey. HEX triplet: A6, A6 and 97. RGB value is (166,166,151). Sum of RGB (Red+Green+Blue) = 166+166+151=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A697 is #595968. Grayscale: #A4A4A4. Windows color (decimal): -5855593 or 9938598. OLE color: 9938598.

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

Color convert

RGB 166 166 151 -
CMYK 0 0 0.09 0.35
HSL 60º 0.08% 0.62% -
HSV(B) 60º 0.09% 0.65% -
XYZ 34.95 37.61 34.7 -
YUV 164.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 166 166 151 0 0 0.09 0.35 60 0.08 0.62
Hex A6 A6 97 0 0 9 23 3C 8 3E
Octal 246 246 227 0 0 11 43 74 10 76
Binary 10100110 10100110 10010111 0 0 1001 100011 111100 1000 111110

Color Harmonies of #A6A697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A697

Black with #A6A697

Text Example


Text Example

White with #A6A697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A697; }

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

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

background-color css

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

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

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

border-color css

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

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

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