Html Css Color HEX #AAA395 Mountain Mist

📋 copy color: '#AAA395'

red 170 ◦ green 163 ◦ blue 149

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

Shades of Mountain Mist #AAA395

Tints of Mountain Mist #AAA395

RGB

 RED value IS 170 (66.8% from 255) = 35.27%

 GREEN value IS 163 (64.06% from 255) = 33.82%

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 35.27%
G = 33.82%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AAA395 (or 0xAAA395) is known color: Mountain Mist. HEX triplet: AA, A3 and 95. RGB value is (170,163,149). Sum of RGB (Red+Green+Blue) = 170+163+149=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA395 is #555C6A. Grayscale: #A3A3A3. Windows color (decimal): -5594219 or 9806762. OLE color: 9806762.

HSL color Cylindrical-coordinate representation of color #AAA395: hue angle of 40º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA395 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 149 -
CMYK 0 0.04 0.12 0.33
HSL 40º 0.11% 0.63% -
HSV(B) 40º 0.12% 0.67% -
XYZ 35.1 36.91 33.71 -
YUV 163.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 170 163 149 0 0.04 0.12 0.33 40 0.11 0.63
Hex AA A3 95 0 4 C 21 28 B 3F
Octal 252 243 225 0 4 14 41 50 13 77
Binary 10101010 10100011 10010101 0 100 1100 100001 101000 1011 111111

Color Harmonies of #AAA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA395

Black with #AAA395

Text Example


Text Example

White with #AAA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA395; }

 p { color: rgb(170,163,149); }

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

background-color css

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

 a { background-color: rgb(170,163,149); }

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

border-color css

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

 span { border-color: rgb(170,163,149); }

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