#A79086

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

Shades of Zorba #A79086

Tints of Zorba #A79086

Color information

#A79086 (or 0xA79086) is unknown color: approx Zorba. HEX triplet: A7, 90 and 86. RGB value is (167,144,134). Sum of RGB (Red+Green+Blue) = 167+144+134=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A79086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79086 is #586F79. Grayscale: #959595. Windows color (decimal): -5795706 or 8818855. OLE color: 8818855.

HSL color Cylindrical-coordinate representation of color #A79086: hue angle of 18.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A79086 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB167144134-
CMYK00.140.200.35
HSL18.18º15.79%59.02%-
HSV(B)18.18º19.76%65.49%-
XYZ30.2129.8826.73-
YUV149.74119.12140.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=37.53%
G=32.36%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714413400.140.200.3518.1815.7959.02
HexA790860E142312103b
Octal2472202060162443222073
Binary10100111100100001000011001110101001000111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79086; }

 p { color: rgb(167,144,134); }

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

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

 a { background-color: rgb(167,144,134); }

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

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

 span { border-color: rgb(167,144,134); }

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