#A2968F

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

Shades of Zorba #A2968F

Tints of Zorba #A2968F

Color information

#A2968F (or 0xA2968F) is unknown color: approx Zorba. HEX triplet: A2, 96 and 8F. RGB value is (162,150,143). Sum of RGB (Red+Green+Blue) = 162+150+143=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A2968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2968F is #5D6970. Grayscale: #989898. Windows color (decimal): -6121841 or 9410210. OLE color: 9410210.

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

Color convert

RGB162150143-
CMYK00.070.120.36
HSL22.11º9.27%59.8%-
HSV(B)22.11º11.73%63.53%-
XYZ30.7631.4830.44-
YUV152.79122.48134.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=35.60%
G=32.97%
B=31.43%

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
Decimal16215014300.070.120.3622.119.2759.8
HexA2968F07C241693c
Octal242226217071444261174
Binary10100010100101101000111101111100100100101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2968F; }

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

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

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

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

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

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

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

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