Html Css Color HEX #A4A094 Mountain Mist

📋 copy color: '#A4A094'

red 164 ◦ green 160 ◦ blue 148

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

Shades of Mountain Mist #A4A094

Tints of Mountain Mist #A4A094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 34.75%
G = 33.9%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A4A094 (or 0xA4A094) is known color: Mountain Mist. HEX triplet: A4, A0 and 94. RGB value is (164,160,148). Sum of RGB (Red+Green+Blue) = 164+160+148=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A094 is #5B5F6B. Grayscale: #9F9F9F. Windows color (decimal): -5988204 or 9740452. OLE color: 9740452.

HSL color Cylindrical-coordinate representation of color #A4A094: hue angle of 45º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4A094 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 148 -
CMYK 0 0.02 0.10 0.36
HSL 45º 0.08% 0.61% -
HSV(B) 45º 0.1% 0.64% -
XYZ 33.23 35.17 33.05 -
YUV 159.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 164 160 148 0 0.02 0.10 0.36 45 0.08 0.61
Hex A4 A0 94 0 2 A 24 2D 8 3D
Octal 244 240 224 0 2 12 44 55 10 75
Binary 10100100 10100000 10010100 0 10 1010 100100 101101 1000 111101

Color Harmonies of #A4A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A094

Black with #A4A094

Text Example


Text Example

White with #A4A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A094; }

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

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

background-color css

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

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

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

border-color css

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

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

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