#A8978A

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

Shades of Zorba #A8978A

Tints of Zorba #A8978A

Color information

#A8978A (or 0xA8978A) is unknown color: approx Zorba. HEX triplet: A8, 97 and 8A. RGB value is (168,151,138). Sum of RGB (Red+Green+Blue) = 168+151+138=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A8978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8978A is #576875. Grayscale: #9A9A9A. Windows color (decimal): -5728374 or 9082792. OLE color: 9082792.

HSL color Cylindrical-coordinate representation of color #A8978A: hue angle of 26º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8978A is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168151138-
CMYK00.100.180.34
HSL26º14.71%60%-
HSV(B)26º17.86%65.88%-
XYZ31.832.2928.6-
YUV154.6118.63137.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=36.76%
G=33.04%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815113800.100.180.342614.7160
HexA8978A0A12221af3c
Octal2502272120122242321774
Binary1010100010010111100010100101010010100010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8978A; }

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

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

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

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

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

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

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

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