#A2968B

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

Shades of Zorba #A2968B

Tints of Zorba #A2968B

Color information

#A2968B (or 0xA2968B) is unknown color: approx Zorba. HEX triplet: A2, 96 and 8B. RGB value is (162,150,139). Sum of RGB (Red+Green+Blue) = 162+150+139=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A2968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2968B is #5D6974. Grayscale: #989898. Windows color (decimal): -6121845 or 9148066. OLE color: 9148066.

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

Color convert

RGB162150139-
CMYK00.070.140.36
HSL28.7º11%59.02%-
HSV(B)28.7º14.2%63.53%-
XYZ30.4731.3628.87-
YUV152.33120.48134.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=35.92%
G=33.26%
B=30.82%

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
Decimal16215013900.070.140.3628.71159.02
HexA2968B07E241db3b
Octal242226213071644351373
Binary10100010100101101000101101111110100100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2968B; }

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

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

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

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

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

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

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

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