#A6978F

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

Shades of Zorba #A6978F

Tints of Zorba #A6978F

Color information

#A6978F (or 0xA6978F) is unknown color: approx Zorba. HEX triplet: A6, 97 and 8F. RGB value is (166,151,143). Sum of RGB (Red+Green+Blue) = 166+151+143=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A6978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6978F is #596870. Grayscale: #9A9A9A. Windows color (decimal): -5859441 or 9410470. OLE color: 9410470.

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

Color convert

RGB166151143-
CMYK00.090.140.35
HSL20.87º11.44%60.59%-
HSV(B)20.87º13.86%65.1%-
XYZ31.7532.2230.53-
YUV154.57121.47136.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=36.09%
G=32.83%
B=31.09%

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
Decimal16615114300.090.140.3520.8711.4460.59
HexA6978F09E2315b3d
Octal2462272170111643251375
Binary101001101001011110001111010011110100011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6978F; }

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

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

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

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

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

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

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

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