#A3958B

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

Shades of Zorba #A3958B

Tints of Zorba #A3958B

Color information

#A3958B (or 0xA3958B) is unknown color: approx Zorba. HEX triplet: A3, 95 and 8B. RGB value is (163,149,139). Sum of RGB (Red+Green+Blue) = 163+149+139=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A3958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3958B is #5C6A74. Grayscale: #989898. Windows color (decimal): -6056565 or 9147811. OLE color: 9147811.

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

Color convert

RGB163149139-
CMYK00.090.150.36
HSL25º11.54%59.22%-
HSV(B)25º14.72%63.92%-
XYZ30.5131.1528.83-
YUV152.05120.64135.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=36.14%
G=33.04%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314913900.090.150.362511.5459.22
HexA3958B09F2419c3b
Octal2432252130111744311473
Binary101000111001010110001011010011111100100110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3958B; }

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

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

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

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

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

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

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

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