#A1978C

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

Shades of Zorba #A1978C

Tints of Zorba #A1978C

Color information

#A1978C (or 0xA1978C) is unknown color: approx Zorba. HEX triplet: A1, 97 and 8C. RGB value is (161,151,140). Sum of RGB (Red+Green+Blue) = 161+151+140=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A1978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1978C is #5E6873. Grayscale: #989898. Windows color (decimal): -6187124 or 9213857. OLE color: 9213857.

HSL color Cylindrical-coordinate representation of color #A1978C: hue angle of 31.43º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1978C is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB161151140-
CMYK00.060.130.37
HSL31.43º10.05%59.02%-
HSV(B)31.43º13.04%63.14%-
XYZ30.531.629.3-
YUV152.74120.81133.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=35.62%
G=33.41%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115114000.060.130.3731.4310.0559.02
HexA1978C06D251fa3b
Octal241227214061545371273
Binary10100001100101111000110001101101100101111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1978C; }

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

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

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

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

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

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

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

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