#A39C95

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

Shades of Zorba #A39C95

Tints of Zorba #A39C95

Color information

#A39C95 (or 0xA39C95) is unknown color: approx Zorba. HEX triplet: A3, 9C and 95. RGB value is (163,156,149). Sum of RGB (Red+Green+Blue) = 163+156+149=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C95 is #5C636A. Grayscale: #9D9D9D. Windows color (decimal): -6054763 or 9804963. OLE color: 9804963.

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

Color convert

RGB163156149-
CMYK00.040.090.36
HSL30º7.07%61.18%-
HSV(B)30º8.59%63.92%-
XYZ32.4233.7333.24-
YUV157.29123.32132.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=34.83%
G=33.33%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315614900.040.090.36307.0761.18
HexA39C95049241e73d
Octal24323422504114436775
Binary1010001110011100100101010100100110010011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C95; }

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

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

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

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

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

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

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

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