#A79D94

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

Shades of Zorba #A79D94

Tints of Zorba #A79D94

Color information

#A79D94 (or 0xA79D94) is unknown color: approx Zorba. HEX triplet: A7, 9D and 94. RGB value is (167,157,148). Sum of RGB (Red+Green+Blue) = 167+157+148=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79D94 is #58626B. Grayscale: #9F9F9F. Windows color (decimal): -5792364 or 9739687. OLE color: 9739687.

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

Color convert

RGB167157148-
CMYK00.060.110.35
HSL28.42º9.74%61.76%-
HSV(B)28.42º11.38%65.49%-
XYZ33.3434.4732.91-
YUV158.96121.81133.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=35.38%
G=33.26%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715714800.060.110.3528.429.7461.76
HexA79D9406B231ca3e
Octal247235224061343341276
Binary10100111100111011001010001101011100011111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79D94; }

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

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

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

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

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

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

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

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