#A4A29B

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

Shades of Mountain Mist #A4A29B

Tints of Mountain Mist #A4A29B

Color information

#A4A29B (or 0xA4A29B) is unknown color: approx Mountain Mist. HEX triplet: A4, A2 and 9B. RGB value is (164,162,155). Sum of RGB (Red+Green+Blue) = 164+162+155=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A29B is #5B5D64. Grayscale: #A1A1A1. Windows color (decimal): -5987685 or 10199716. OLE color: 10199716.

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

Color convert

RGB164162155-
CMYK00.010.050.36
HSL46.67º4.71%62.55%-
HSV(B)46.67º5.49%64.31%-
XYZ34.1536.136.18-
YUV161.8124.16129.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=34.10%
G=33.68%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416215500.010.050.3646.674.7162.55
HexA4A29B015242f53f
Octal2442422330154457577
Binary10100100101000101001101101101100100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A29B; }

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

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

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

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

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

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

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

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