#A7978D

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

Shades of Zorba #A7978D

Tints of Zorba #A7978D

Color information

#A7978D (or 0xA7978D) is unknown color: approx Zorba. HEX triplet: A7, 97 and 8D. RGB value is (167,151,141). Sum of RGB (Red+Green+Blue) = 167+151+141=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 167 - color contains mainly: red. Hex color #A7978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7978D is #586872. Grayscale: #9A9A9A. Windows color (decimal): -5793907 or 9279399. OLE color: 9279399.

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

Color convert

RGB167151141-
CMYK00.100.160.35
HSL23.08º12.87%60.39%-
HSV(B)23.08º15.57%65.49%-
XYZ31.8132.2729.75-
YUV154.64120.3136.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=36.38%
G=32.90%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715114100.100.160.3523.0812.8760.39
HexA7978D0A102317d3c
Octal2472272150122043271574
Binary1010011110010111100011010101010000100011101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7978D; }

 p { color: rgb(167,151,141); }

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

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

 a { background-color: rgb(167,151,141); }

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

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

 span { border-color: rgb(167,151,141); }

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