#A6978A

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

Shades of Zorba #A6978A

Tints of Zorba #A6978A

Color information

#A6978A (or 0xA6978A) is unknown color: approx Zorba. HEX triplet: A6, 97 and 8A. RGB value is (166,151,138). Sum of RGB (Red+Green+Blue) = 166+151+138=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6978A is #596875. Grayscale: #9A9A9A. Windows color (decimal): -5859446 or 9082790. OLE color: 9082790.

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

Color convert

RGB166151138-
CMYK00.090.170.35
HSL27.86º13.59%59.61%-
HSV(B)27.86º16.87%65.1%-
XYZ31.3832.0828.58-
YUV154118.97136.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=36.48%
G=33.19%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615113800.090.170.3527.8613.5959.61
HexA6978A0911231ce3c
Octal2462272120112143341674
Binary1010011010010111100010100100110001100011111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6978A; }

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

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

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

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

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

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

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

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