#A3968F

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

Shades of Zorba #A3968F

Tints of Zorba #A3968F

Color information

#A3968F (or 0xA3968F) is unknown color: approx Zorba. HEX triplet: A3, 96 and 8F. RGB value is (163,150,143). Sum of RGB (Red+Green+Blue) = 163+150+143=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A3968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3968F is #5C6970. Grayscale: #999999. Windows color (decimal): -6056305 or 9410211. OLE color: 9410211.

HSL color Cylindrical-coordinate representation of color #A3968F: hue angle of 21º 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 #A3968F is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163150143-
CMYK00.080.120.36
HSL21º9.8%60%-
HSV(B)21º12.27%63.92%-
XYZ30.9731.5830.45-
YUV153.09122.31135.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=35.75%
G=32.89%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315014300.080.120.36219.860
HexA3968F08C2415a3c
Octal2432262170101444251274
Binary101000111001011010001111010001100100100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3968F; }

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

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

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

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

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

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

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

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