#ABA79C

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

Shades of Mountain Mist #ABA79C

Tints of Mountain Mist #ABA79C

Color information

#ABA79C (or 0xABA79C) is unknown color: approx Mountain Mist. HEX triplet: AB, A7 and 9C. RGB value is (171,167,156). Sum of RGB (Red+Green+Blue) = 171+167+156=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA79C is #545863. Grayscale: #A6A6A6. Windows color (decimal): -5527652 or 10266539. OLE color: 10266539.

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

Color convert

RGB171167156-
CMYK00.020.090.33
HSL44º8.2%64.12%-
HSV(B)44º8.77%67.06%-
XYZ36.6138.736.99-
YUV166.94121.83130.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=34.62%
G=33.81%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116715600.020.090.33448.264.12
HexABA79C029212c840
Octal2532472340211415410100
Binary101010111010011110011100010100110000110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA79C; }

 p { color: rgb(171,167,156); }

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

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

 a { background-color: rgb(171,167,156); }

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

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

 span { border-color: rgb(171,167,156); }

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