#A3958D

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

Shades of Zorba #A3958D

Tints of Zorba #A3958D

Color information

#A3958D (or 0xA3958D) is unknown color: approx Zorba. HEX triplet: A3, 95 and 8D. RGB value is (163,149,141). Sum of RGB (Red+Green+Blue) = 163+149+141=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3958D is #5C6A72. Grayscale: #989898. Windows color (decimal): -6056563 or 9278883. OLE color: 9278883.

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

Color convert

RGB163149141-
CMYK00.090.130.36
HSL21.82º10.68%59.61%-
HSV(B)21.82º13.5%63.92%-
XYZ30.6631.229.61-
YUV152.27121.64135.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=35.98%
G=32.89%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314914100.090.130.3621.8210.6859.61
HexA3958D09D2416b3c
Octal2432252150111544261374
Binary101000111001010110001101010011101100100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3958D; }

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

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

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

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

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

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

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

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