#A2978E

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

Shades of Zorba #A2978E

Tints of Zorba #A2978E

Color information

#A2978E (or 0xA2978E) is unknown color: approx Zorba. HEX triplet: A2, 97 and 8E. RGB value is (162,151,142). Sum of RGB (Red+Green+Blue) = 162+151+142=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A2978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2978E is #5D6871. Grayscale: #999999. Windows color (decimal): -6121586 or 9344930. OLE color: 9344930.

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

Color convert

RGB162151142-
CMYK00.070.120.36
HSL27º9.71%59.61%-
HSV(B)27º12.35%63.53%-
XYZ30.8531.7730.1-
YUV153.26121.64134.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=35.60%
G=33.19%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215114200.070.120.36279.7159.61
HexA2978E07C241ba3c
Octal242227216071444331274
Binary10100010100101111000111001111100100100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2978E; }

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

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

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

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

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

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

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

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