#A6948A

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

Shades of Zorba #A6948A

Tints of Zorba #A6948A

Color information

#A6948A (or 0xA6948A) is unknown color: approx Zorba. HEX triplet: A6, 94 and 8A. RGB value is (166,148,138). Sum of RGB (Red+Green+Blue) = 166+148+138=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A6948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6948A is #596B75. Grayscale: #989898. Windows color (decimal): -5860214 or 9082022. OLE color: 9082022.

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

Color convert

RGB166148138-
CMYK00.110.170.35
HSL21.43º13.59%59.61%-
HSV(B)21.43º16.87%65.1%-
XYZ30.931.1228.42-
YUV152.24119.96137.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=36.73%
G=32.74%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614813800.110.170.3521.4313.5959.61
HexA6948A0B112315e3c
Octal2462242120132143251674
Binary1010011010010100100010100101110001100011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6948A; }

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

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

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

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

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

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

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

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