#A2978B

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

Shades of Zorba #A2978B

Tints of Zorba #A2978B

Color information

#A2978B (or 0xA2978B) is unknown color: approx Zorba. HEX triplet: A2, 97 and 8B. RGB value is (162,151,139). Sum of RGB (Red+Green+Blue) = 162+151+139=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A2978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2978B is #5D6874. Grayscale: #989898. Windows color (decimal): -6121589 or 9148322. OLE color: 9148322.

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

Color convert

RGB162151139-
CMYK00.070.140.36
HSL31.3º11%59.02%-
HSV(B)31.3º14.2%63.53%-
XYZ30.6331.6828.93-
YUV152.92120.14134.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=35.84%
G=33.41%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215113900.070.140.3631.31159.02
HexA2978B07E241fb3b
Octal242227213071644371373
Binary10100010100101111000101101111110100100111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2978B; }

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

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

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

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

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

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

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

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