Html Css Color HEX #A6A696 Foggy Grey

📋 copy color: '#A6A696'

red 166 ◦ green 166 ◦ blue 150

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

Shades of Foggy Grey #A6A696

Tints of Foggy Grey #A6A696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 34.44%
G = 34.44%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A6A696 (or 0xA6A696) is known color: Foggy Grey. HEX triplet: A6, A6 and 96. RGB value is (166,166,150). Sum of RGB (Red+Green+Blue) = 166+166+150=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A696 is #595969. Grayscale: #A4A4A4. Windows color (decimal): -5855594 or 9873062. OLE color: 9873062.

HSL color Cylindrical-coordinate representation of color #A6A696: 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.1%. Process color model (Four color, CMYK) of #A6A696 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 166 150 -
CMYK 0 0 0.10 0.35
HSL 60º 0.08% 0.62% -
HSV(B) 60º 0.1% 0.65% -
XYZ 34.87 37.58 34.27 -
YUV 164.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 166 166 150 0 0 0.10 0.35 60 0.08 0.62
Hex A6 A6 96 0 0 A 23 3C 8 3E
Octal 246 246 226 0 0 12 43 74 10 76
Binary 10100110 10100110 10010110 0 0 1010 100011 111100 1000 111110

Color Harmonies of #A6A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A696

Black with #A6A696

Text Example


Text Example

White with #A6A696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A696; }

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

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

background-color css

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

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

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

border-color css

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

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

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