#A0968B

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

Shades of Zorba #A0968B

Tints of Zorba #A0968B

Color information

#A0968B (or 0xA0968B) is unknown color: approx Zorba. HEX triplet: A0, 96 and 8B. RGB value is (160,150,139). Sum of RGB (Red+Green+Blue) = 160+150+139=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 160 - color contains mainly: red. Hex color #A0968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0968B is #5F6974. Grayscale: #979797. Windows color (decimal): -6252917 or 9148064. OLE color: 9148064.

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

Color convert

RGB160150139-
CMYK00.060.130.37
HSL31.43º9.95%58.63%-
HSV(B)31.43º13.12%62.75%-
XYZ30.0631.1528.85-
YUV151.74120.81133.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=35.63%
G=33.41%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015013900.060.130.3731.439.9558.63
HexA0968B06D251fa3b
Octal240226213061545371273
Binary10100000100101101000101101101101100101111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0968B; }

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

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

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

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

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

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

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

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