#AA978C

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

Shades of Zorba #AA978C

Tints of Zorba #AA978C

Color information

#AA978C (or 0xAA978C) is unknown color: approx Zorba. HEX triplet: AA, 97 and 8C. RGB value is (170,151,140). Sum of RGB (Red+Green+Blue) = 170+151+140=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978C is #556873. Grayscale: #9B9B9B. Windows color (decimal): -5597300 or 9213866. OLE color: 9213866.

HSL color Cylindrical-coordinate representation of color #AA978C: hue angle of 22º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA978C is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170151140-
CMYK00.110.180.33
HSL22º15%60.78%-
HSV(B)22º17.65%66.67%-
XYZ32.3832.5729.39-
YUV155.43119.29138.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=36.88%
G=32.75%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015114000.110.180.33221560.78
HexAA978C0B122116f3d
Octal2522272140132241261775
Binary1010101010010111100011000101110010100001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA978C; }

 p { color: rgb(170,151,140); }

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

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

 a { background-color: rgb(170,151,140); }

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

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

 span { border-color: rgb(170,151,140); }

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