#A2978A

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

Shades of Zorba #A2978A

Tints of Zorba #A2978A

Color information

#A2978A (or 0xA2978A) is unknown color: approx Zorba. HEX triplet: A2, 97 and 8A. RGB value is (162,151,138). Sum of RGB (Red+Green+Blue) = 162+151+138=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2978A is #5D6875. Grayscale: #989898. Windows color (decimal): -6121590 or 9082786. OLE color: 9082786.

HSL color Cylindrical-coordinate representation of color #A2978A: hue angle of 32.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2978A is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162151138-
CMYK00.070.150.36
HSL32.5º11.43%58.82%-
HSV(B)32.5º14.81%63.53%-
XYZ30.5531.6528.54-
YUV152.81119.64134.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=35.92%
G=33.48%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215113800.070.150.3632.511.4358.82
HexA2978A07F2421b3b
Octal242227212071744411373
Binary101000101001011110001010011111111001001000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2978A; }

 p { color: rgb(162,151,138); }

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

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

 a { background-color: rgb(162,151,138); }

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

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

 span { border-color: rgb(162,151,138); }

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