#A5978B

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

Shades of Zorba #A5978B

Tints of Zorba #A5978B

Color information

#A5978B (or 0xA5978B) is unknown color: approx Zorba. HEX triplet: A5, 97 and 8B. RGB value is (165,151,139). Sum of RGB (Red+Green+Blue) = 165+151+139=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 165 - color contains mainly: red. Hex color #A5978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5978B is #5A6874. Grayscale: #999999. Windows color (decimal): -5924981 or 9148325. OLE color: 9148325.

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

Color convert

RGB165151139-
CMYK00.080.160.35
HSL27.69º12.62%59.61%-
HSV(B)27.69º15.76%64.71%-
XYZ31.243228.96-
YUV153.82119.64135.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=36.26%
G=33.19%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515113900.080.160.3527.6912.6259.61
HexA5978B0810231cd3c
Octal2452272130102043341574
Binary1010010110010111100010110100010000100011111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5978B; }

 p { color: rgb(165,151,139); }

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

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

 a { background-color: rgb(165,151,139); }

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

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

 span { border-color: rgb(165,151,139); }

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