Html Css Color HEX #A6A49B Foggy Grey

📋 copy color: '#A6A49B'

red 166 ◦ green 164 ◦ blue 155

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

Shades of Foggy Grey #A6A49B

Tints of Foggy Grey #A6A49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 34.23%
G = 33.81%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6A49B (or 0xA6A49B) is known color: Foggy Grey. HEX triplet: A6, A4 and 9B. RGB value is (166,164,155). Sum of RGB (Red+Green+Blue) = 166+164+155=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A49B is #595B64. Grayscale: #A3A3A3. Windows color (decimal): -5856101 or 10200230. OLE color: 10200230.

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

Color convert

RGB 166 164 155 -
CMYK 0 0.01 0.07 0.35
HSL 49.09º 0.06% 0.63% -
HSV(B) 49.09º 0.07% 0.65% -
XYZ 34.92 37.02 36.32 -
YUV 163.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 166 164 155 0 0.01 0.07 0.35 49.09 0.06 0.63
Hex A6 A4 9B 0 1 7 23 31 6 3F
Octal 246 244 233 0 1 7 43 61 6 77
Binary 10100110 10100100 10011011 0 1 111 100011 110001 110 111111

Color Harmonies of #A6A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A49B

Black with #A6A49B

Text Example


Text Example

White with #A6A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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