#A3978E

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

Shades of Zorba #A3978E

Tints of Zorba #A3978E

Color information

#A3978E (or 0xA3978E) is unknown color: approx Zorba. HEX triplet: A3, 97 and 8E. RGB value is (163,151,142). Sum of RGB (Red+Green+Blue) = 163+151+142=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A3978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3978E is #5C6871. Grayscale: #999999. Windows color (decimal): -6056050 or 9344931. OLE color: 9344931.

HSL color Cylindrical-coordinate representation of color #A3978E: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3978E is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163151142-
CMYK00.070.130.36
HSL25.71º10.24%59.8%-
HSV(B)25.71º12.88%63.92%-
XYZ31.0531.8730.11-
YUV153.56121.48134.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=35.75%
G=33.11%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315114200.070.130.3625.7110.2459.8
HexA3978E07D241aa3c
Octal243227216071544321274
Binary10100011100101111000111001111101100100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3978E; }

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

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

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

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

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

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

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

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