#A2978D

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

Shades of Zorba #A2978D

Tints of Zorba #A2978D

Color information

#A2978D (or 0xA2978D) is unknown color: approx Zorba. HEX triplet: A2, 97 and 8D. RGB value is (162,151,141). Sum of RGB (Red+Green+Blue) = 162+151+141=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A2978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2978D is #5D6872. Grayscale: #999999. Windows color (decimal): -6121587 or 9279394. OLE color: 9279394.

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

Color convert

RGB162151141-
CMYK00.070.130.36
HSL28.57º10.14%59.41%-
HSV(B)28.57º12.96%63.53%-
XYZ30.7731.7429.7-
YUV153.15121.14134.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=35.68%
G=33.26%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215114100.070.130.3628.5710.1459.41
HexA2978D07D241da3b
Octal242227215071544351273
Binary10100010100101111000110101111101100100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2978D; }

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

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

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

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

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

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

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

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