#A3958C

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

Shades of Zorba #A3958C

Tints of Zorba #A3958C

Color information

#A3958C (or 0xA3958C) is unknown color: approx Zorba. HEX triplet: A3, 95 and 8C. RGB value is (163,149,140). Sum of RGB (Red+Green+Blue) = 163+149+140=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A3958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3958C is #5C6A73. Grayscale: #989898. Windows color (decimal): -6056564 or 9213347. OLE color: 9213347.

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

Color convert

RGB163149140-
CMYK00.090.140.36
HSL23.48º11.11%59.41%-
HSV(B)23.48º14.11%63.92%-
XYZ30.5931.1729.22-
YUV152.16121.14135.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=36.06%
G=32.96%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314914000.090.140.3623.4811.1159.41
HexA3958C09E2417b3b
Octal2432252140111644271373
Binary101000111001010110001100010011110100100101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3958C; }

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

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

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

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

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

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

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

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