#A0918B

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

Shades of Zorba #A0918B

Tints of Zorba #A0918B

Color information

#A0918B (or 0xA0918B) is unknown color: approx Zorba. HEX triplet: A0, 91 and 8B. RGB value is (160,145,139). Sum of RGB (Red+Green+Blue) = 160+145+139=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A0918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0918B is #5F6E74. Grayscale: #949494. Windows color (decimal): -6254197 or 9146784. OLE color: 9146784.

HSL color Cylindrical-coordinate representation of color #A0918B: hue angle of 17.14º 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 #A0918B is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB160145139-
CMYK00.090.130.37
HSL17.14º9.95%58.63%-
HSV(B)17.14º13.12%62.75%-
XYZ29.2829.5928.59-
YUV148.8122.47135.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=36.04%
G=32.66%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014513900.090.130.3717.149.9558.63
HexA0918B09D2511a3b
Octal2402212130111545211273
Binary101000001001000110001011010011101100101100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0918B; }

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

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

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

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

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

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

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

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