#A79D96

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

Shades of Zorba #A79D96

Tints of Zorba #A79D96

Color information

#A79D96 (or 0xA79D96) is unknown color: approx Zorba. HEX triplet: A7, 9D and 96. RGB value is (167,157,150). Sum of RGB (Red+Green+Blue) = 167+157+150=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79D96 is #586269. Grayscale: #9F9F9F. Windows color (decimal): -5792362 or 9870759. OLE color: 9870759.

HSL color Cylindrical-coordinate representation of color #A79D96: hue angle of 24.71º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A79D96 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB167157150-
CMYK00.060.100.35
HSL24.71º8.81%62.16%-
HSV(B)24.71º10.18%65.49%-
XYZ33.534.5333.75-
YUV159.19122.81133.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=35.23%
G=33.12%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715715000.060.100.3524.718.8162.16
HexA79D9606A231993e
Octal247235226061243311176
Binary10100111100111011001011001101010100011110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79D96; }

 p { color: rgb(167,157,150); }

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

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

 a { background-color: rgb(167,157,150); }

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

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

 span { border-color: rgb(167,157,150); }

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