#A3978F

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

Shades of Zorba #A3978F

Tints of Zorba #A3978F

Color information

#A3978F (or 0xA3978F) is unknown color: approx Zorba. HEX triplet: A3, 97 and 8F. RGB value is (163,151,143). Sum of RGB (Red+Green+Blue) = 163+151+143=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A3978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3978F is #5C6870. Grayscale: #999999. Windows color (decimal): -6056049 or 9410467. OLE color: 9410467.

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

Color convert

RGB163151143-
CMYK00.070.120.36
HSL24º9.8%60%-
HSV(B)24º12.27%63.92%-
XYZ31.1331.930.5-
YUV153.68121.98134.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=35.67%
G=33.04%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315114300.070.120.36249.860
HexA3978F07C2418a3c
Octal243227217071444301274
Binary10100011100101111000111101111100100100110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3978F; }

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

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

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

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

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

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

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

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