#A4A29D

Color #A4A29D Mountain Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Mist #A4A29D

Tints of Mountain Mist #A4A29D

Color information

#A4A29D (or 0xA4A29D) is unknown color: approx Mountain Mist. HEX triplet: A4, A2 and 9D. RGB value is (164,162,157). Sum of RGB (Red+Green+Blue) = 164+162+157=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A29D is #5B5D62. Grayscale: #A2A2A2. Windows color (decimal): -5987683 or 10330788. OLE color: 10330788.

HSL color Cylindrical-coordinate representation of color #A4A29D: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A4A29D is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164162157-
CMYK00.010.040.36
HSL42.86º3.7%62.94%-
HSV(B)42.86º4.27%64.31%-
XYZ34.3236.1737.07-
YUV162.03125.16129.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=33.95%
G=33.54%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416215700.010.040.3642.863.762.94
HexA4A29D014242b43f
Octal2442422350144453477
Binary10100100101000101001110101100100100101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A29D; }

 p { color: rgb(164,162,157); }

 H1.HeaderClassName
 {
   color: #A4A29D;
 }
 .AnyTagClassName
 {
   color: #A4A29D;
 }
</style>
background-color css

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

 a { background-color: rgb(164,162,157); }

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

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

 span { border-color: rgb(164,162,157); }

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