#A2968E

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

Shades of Zorba #A2968E

Tints of Zorba #A2968E

Color information

#A2968E (or 0xA2968E) is unknown color: approx Zorba. HEX triplet: A2, 96 and 8E. RGB value is (162,150,142). Sum of RGB (Red+Green+Blue) = 162+150+142=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A2968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2968E is #5D6971. Grayscale: #989898. Windows color (decimal): -6121842 or 9344674. OLE color: 9344674.

HSL color Cylindrical-coordinate representation of color #A2968E: hue angle of 24º 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 #A2968E is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162150142-
CMYK00.070.120.36
HSL24º9.71%59.61%-
HSV(B)24º12.35%63.53%-
XYZ30.6931.4530.04-
YUV152.68121.98134.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=35.68%
G=33.04%
B=31.28%

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
Decimal16215014200.070.120.36249.7159.61
HexA2968E07C2418a3c
Octal242226216071444301274
Binary10100010100101101000111001111100100100110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2968E; }

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

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

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

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

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

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

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

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