#A79C8E

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

Shades of Malta #A79C8E

Tints of Malta #A79C8E

Color information

#A79C8E (or 0xA79C8E) is unknown color: approx Malta. HEX triplet: A7, 9C and 8E. RGB value is (167,156,142). Sum of RGB (Red+Green+Blue) = 167+156+142=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79C8E is #586371. Grayscale: #9D9D9D. Windows color (decimal): -5792626 or 9346215. OLE color: 9346215.

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

Color convert

RGB167156142-
CMYK00.070.150.35
HSL33.6º12.44%60.59%-
HSV(B)33.6º14.97%65.49%-
XYZ32.7133.9530.42-
YUV157.69119.14134.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=35.91%
G=33.55%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715614200.070.150.3533.612.4460.59
HexA79C8E07F2322c3d
Octal247234216071743421475
Binary101001111001110010001110011111111000111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C8E; }

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

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

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

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

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

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

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

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