Html Css Color HEX #A4A096 Mountain Mist

📋 copy color: '#A4A096'

red 164 ◦ green 160 ◦ blue 150

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

Shades of Mountain Mist #A4A096

Tints of Mountain Mist #A4A096

RGB

 RED value IS 164 (64.45% from 255) = 34.6%

 GREEN value IS 160 (62.89% from 255) = 33.76%

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 34.6%
G = 33.76%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A4A096 (or 0xA4A096) is known color: Mountain Mist. HEX triplet: A4, A0 and 96. RGB value is (164,160,150). Sum of RGB (Red+Green+Blue) = 164+160+150=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A096 is #5B5F69. Grayscale: #A0A0A0. Windows color (decimal): -5988202 or 9871524. OLE color: 9871524.

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

Color convert

RGB 164 160 150 -
CMYK 0 0.02 0.09 0.36
HSL 42.86º 0.07% 0.62% -
HSV(B) 42.86º 0.09% 0.64% -
XYZ 33.39 35.24 33.9 -
YUV 160.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 164 160 150 0 0.02 0.09 0.36 42.86 0.07 0.62
Hex A4 A0 96 0 2 9 24 2B 7 3E
Octal 244 240 226 0 2 11 44 53 7 76
Binary 10100100 10100000 10010110 0 10 1001 100100 101011 111 111110

Color Harmonies of #A4A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A096

Black with #A4A096

Text Example


Text Example

White with #A4A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A096; }

 p { color: rgb(164,160,150); }

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

background-color css

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

 a { background-color: rgb(164,160,150); }

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

border-color css

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

 span { border-color: rgb(164,160,150); }

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