Html Css Color HEX #A6A49C Foggy Grey

📋 copy color: '#A6A49C'

red 166 ◦ green 164 ◦ blue 156

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

Shades of Foggy Grey #A6A49C

Tints of Foggy Grey #A6A49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 34.16%
G = 33.74%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6A49C (or 0xA6A49C) is known color: Foggy Grey. HEX triplet: A6, A4 and 9C. RGB value is (166,164,156). Sum of RGB (Red+Green+Blue) = 166+164+156=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A49C is #595B63. Grayscale: #A3A3A3. Windows color (decimal): -5856100 or 10265766. OLE color: 10265766.

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

Color convert

RGB 166 164 156 -
CMYK 0 0.01 0.06 0.35
HSL 48º 0.05% 0.63% -
HSV(B) 48º 0.06% 0.65% -
XYZ 35 37.06 36.76 -
YUV 163.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 166 164 156 0 0.01 0.06 0.35 48 0.05 0.63
Hex A6 A4 9C 0 1 6 23 30 5 3F
Octal 246 244 234 0 1 6 43 60 5 77
Binary 10100110 10100100 10011100 0 1 110 100011 110000 101 111111

Color Harmonies of #A6A49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A49C

Black with #A6A49C

Text Example


Text Example

White with #A6A49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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