#A6978E

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

Shades of Zorba #A6978E

Tints of Zorba #A6978E

Color information

#A6978E (or 0xA6978E) is unknown color: approx Zorba. HEX triplet: A6, 97 and 8E. RGB value is (166,151,142). Sum of RGB (Red+Green+Blue) = 166+151+142=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A6978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6978E is #596871. Grayscale: #9A9A9A. Windows color (decimal): -5859442 or 9344934. OLE color: 9344934.

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

Color convert

RGB166151142-
CMYK00.090.140.35
HSL22.5º11.88%60.39%-
HSV(B)22.5º14.46%65.1%-
XYZ31.6732.1930.14-
YUV154.46120.97136.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=36.17%
G=32.90%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615114200.090.140.3522.511.8860.39
HexA6978E09E2317c3c
Octal2462272160111643271474
Binary101001101001011110001110010011110100011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6978E; }

 p { color: rgb(166,151,142); }

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

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

 a { background-color: rgb(166,151,142); }

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

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

 span { border-color: rgb(166,151,142); }

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