#A6958B

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

Shades of Zorba #A6958B

Tints of Zorba #A6958B

Color information

#A6958B (or 0xA6958B) is unknown color: approx Zorba. HEX triplet: A6, 95 and 8B. RGB value is (166,149,139). Sum of RGB (Red+Green+Blue) = 166+149+139=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6958B is #596A74. Grayscale: #989898. Windows color (decimal): -5859957 or 9147814. OLE color: 9147814.

HSL color Cylindrical-coordinate representation of color #A6958B: hue angle of 22.22º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6958B is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166149139-
CMYK00.100.160.35
HSL22.22º13.17%59.8%-
HSV(B)22.22º16.27%65.1%-
XYZ31.1331.4728.86-
YUV152.94120.13137.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=36.56%
G=32.82%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614913900.100.160.3522.2213.1759.8
HexA6958B0A102316d3c
Octal2462252130122043261574
Binary1010011010010101100010110101010000100011101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6958B; }

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

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

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

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

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

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

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

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