#A79A92

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

Shades of Zorba #A79A92

Tints of Zorba #A79A92

Color information

#A79A92 (or 0xA79A92) is unknown color: approx Zorba. HEX triplet: A7, 9A and 92. RGB value is (167,154,146). Sum of RGB (Red+Green+Blue) = 167+154+146=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A92 is #58656D. Grayscale: #9D9D9D. Windows color (decimal): -5793134 or 9607847. OLE color: 9607847.

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

Color convert

RGB167154146-
CMYK00.080.130.35
HSL22.86º10.66%61.37%-
HSV(B)22.86º12.57%65.49%-
XYZ32.6833.431.92-
YUV156.98121.81135.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=35.76%
G=32.98%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715414600.080.130.3522.8610.6661.37
HexA79A9208D2317b3d
Octal2472322220101543271375
Binary101001111001101010010010010001101100011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A92; }

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

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

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

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

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

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

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

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