#A79286

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

Shades of Zorba #A79286

Tints of Zorba #A79286

Color information

#A79286 (or 0xA79286) is unknown color: approx Zorba. HEX triplet: A7, 92 and 86. RGB value is (167,146,134). Sum of RGB (Red+Green+Blue) = 167+146+134=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 167 - color contains mainly: red. Hex color #A79286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79286 is #586D79. Grayscale: #969696. Windows color (decimal): -5795194 or 8819367. OLE color: 8819367.

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

Color convert

RGB167146134-
CMYK00.130.200.35
HSL21.82º15.79%59.02%-
HSV(B)21.82º19.76%65.49%-
XYZ30.5230.4926.83-
YUV150.91118.46139.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=37.36%
G=32.66%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714613400.130.200.3521.8215.7959.02
HexA792860D142316103b
Octal2472222060152443262073
Binary10100111100100101000011001101101001000111011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79286; }

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

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

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

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

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

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

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

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