#A0928B

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

Shades of Zorba #A0928B

Tints of Zorba #A0928B

Color information

#A0928B (or 0xA0928B) is unknown color: approx Zorba. HEX triplet: A0, 92 and 8B. RGB value is (160,146,139). Sum of RGB (Red+Green+Blue) = 160+146+139=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A0928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0928B is #5F6D74. Grayscale: #959595. Windows color (decimal): -6253941 or 9147040. OLE color: 9147040.

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

Color convert

RGB160146139-
CMYK00.090.130.37
HSL20º9.95%58.63%-
HSV(B)20º13.12%62.75%-
XYZ29.4429.928.65-
YUV149.39122.14135.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=35.96%
G=32.81%
B=31.24%

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
Decimal16014613900.090.130.37209.9558.63
HexA0928B09D2514a3b
Octal2402222130111545241273
Binary101000001001001010001011010011101100101101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0928B; }

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

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

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

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

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

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

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

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