#A3968C

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

Shades of Zorba #A3968C

Tints of Zorba #A3968C

Color information

#A3968C (or 0xA3968C) is unknown color: approx Zorba. HEX triplet: A3, 96 and 8C. RGB value is (163,150,140). Sum of RGB (Red+Green+Blue) = 163+150+140=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3968C is #5C6973. Grayscale: #989898. Windows color (decimal): -6056308 or 9213603. OLE color: 9213603.

HSL color Cylindrical-coordinate representation of color #A3968C: hue angle of 26.09º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3968C is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB163150140-
CMYK00.080.140.36
HSL26.09º11.11%59.41%-
HSV(B)26.09º14.11%63.92%-
XYZ30.7431.4929.27-
YUV152.75120.81135.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=35.98%
G=33.11%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315014000.080.140.3626.0911.1159.41
HexA3968C08E241ab3b
Octal2432262140101644321373
Binary101000111001011010001100010001110100100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3968C; }

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

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

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

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

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

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

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

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