#A8978E

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

Shades of Zorba #A8978E

Tints of Zorba #A8978E

Color information

#A8978E (or 0xA8978E) is unknown color: approx Zorba. HEX triplet: A8, 97 and 8E. RGB value is (168,151,142). Sum of RGB (Red+Green+Blue) = 168+151+142=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A8978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8978E is #576871. Grayscale: #9B9B9B. Windows color (decimal): -5728370 or 9344936. OLE color: 9344936.

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

Color convert

RGB168151142-
CMYK00.100.150.34
HSL20.77º13%60.78%-
HSV(B)20.77º15.48%65.88%-
XYZ32.132.4130.16-
YUV155.06120.63137.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=36.44%
G=32.75%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815114200.100.150.3420.771360.78
HexA8978E0AF2215d3d
Octal2502272160121742251575
Binary101010001001011110001110010101111100010101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8978E; }

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

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

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

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

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

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

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

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