Html Css Color HEX #A6A398 Mountain Mist

📋 copy color: '#A6A398'

red 166 ◦ green 163 ◦ blue 152

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

Shades of Mountain Mist #A6A398

Tints of Mountain Mist #A6A398

RGB

 RED value IS 166 (65.23% from 255) = 34.51%

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

 BLUE value IS 152 (59.77% from 255) = 31.6%

R = 34.51%
G = 33.89%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A6A398 (or 0xA6A398) is known color: Mountain Mist. HEX triplet: A6, A3 and 98. RGB value is (166,163,152). Sum of RGB (Red+Green+Blue) = 166+163+152=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A398 is #595C67. Grayscale: #A2A2A2. Windows color (decimal): -5856360 or 10003366. OLE color: 10003366.

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

Color convert

RGB 166 163 152 -
CMYK 0 0.02 0.08 0.35
HSL 47.14º 0.07% 0.62% -
HSV(B) 47.14º 0.08% 0.65% -
XYZ 34.49 36.57 34.95 -
YUV 162.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 166 163 152 0 0.02 0.08 0.35 47.14 0.07 0.62
Hex A6 A3 98 0 2 8 23 2F 7 3E
Octal 246 243 230 0 2 10 43 57 7 76
Binary 10100110 10100011 10011000 0 10 1000 100011 101111 111 111110

Color Harmonies of #A6A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A398

Black with #A6A398

Text Example


Text Example

White with #A6A398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A398; }

 p { color: rgb(166,163,152); }

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

background-color css

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

 a { background-color: rgb(166,163,152); }

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

border-color css

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

 span { border-color: rgb(166,163,152); }

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