#A4A29E

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

Shades of Mountain Mist #A4A29E

Tints of Mountain Mist #A4A29E

Color information

#A4A29E (or 0xA4A29E) is unknown color: approx Mountain Mist. HEX triplet: A4, A2 and 9E. RGB value is (164,162,158). Sum of RGB (Red+Green+Blue) = 164+162+158=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A29E is #5B5D61. Grayscale: #A2A2A2. Windows color (decimal): -5987682 or 10396324. OLE color: 10396324.

HSL color Cylindrical-coordinate representation of color #A4A29E: hue angle of 40º degrees, saturation: 0.03, 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 #A4A29E is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164162158-
CMYK00.010.040.36
HSL40º3.19%63.14%-
HSV(B)40º3.66%64.31%-
XYZ34.436.237.52-
YUV162.14125.66129.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=33.88%
G=33.47%
B=32.64%

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
Decimal16416215800.010.040.36403.1963.14
HexA4A29E014242833f
Octal2442422360144450377
Binary1010010010100010100111100110010010010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A29E; }

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

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

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

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

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

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

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

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