#AA978B

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

Shades of Zorba #AA978B

Tints of Zorba #AA978B

Color information

#AA978B (or 0xAA978B) is unknown color: approx Zorba. HEX triplet: AA, 97 and 8B. RGB value is (170,151,139). Sum of RGB (Red+Green+Blue) = 170+151+139=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA978B is #556874. Grayscale: #9B9B9B. Windows color (decimal): -5597301 or 9148330. OLE color: 9148330.

HSL color Cylindrical-coordinate representation of color #AA978B: hue angle of 23.23º 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 #AA978B is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170151139-
CMYK00.110.180.33
HSL23.23º15.42%60.59%-
HSV(B)23.23º18.24%66.67%-
XYZ32.332.5429-
YUV155.31118.79138.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=36.96%
G=32.83%
B=30.22%

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
Decimal17015113900.110.180.3323.2315.4260.59
HexAA978B0B122117f3d
Octal2522272130132241271775
Binary1010101010010111100010110101110010100001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA978B; }

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

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

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

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

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

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

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

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