#A6948B

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

Shades of Zorba #A6948B

Tints of Zorba #A6948B

Color information

#A6948B (or 0xA6948B) is unknown color: approx Zorba. HEX triplet: A6, 94 and 8B. RGB value is (166,148,139). Sum of RGB (Red+Green+Blue) = 166+148+139=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6948B is #596B74. Grayscale: #989898. Windows color (decimal): -5860213 or 9147558. OLE color: 9147558.

HSL color Cylindrical-coordinate representation of color #A6948B: hue angle of 20º 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 #A6948B is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166148139-
CMYK00.110.160.35
HSL20º13.17%59.8%-
HSV(B)20º16.27%65.1%-
XYZ30.9831.1528.81-
YUV152.36120.46137.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=36.64%
G=32.67%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614813900.110.160.352013.1759.8
HexA6948B0B102314d3c
Octal2462242130132043241574
Binary1010011010010100100010110101110000100011101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6948B; }

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

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

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

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

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

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

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

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