#A0928D

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

Shades of Zorba #A0928D

Tints of Zorba #A0928D

Color information

#A0928D (or 0xA0928D) is unknown color: approx Zorba. HEX triplet: A0, 92 and 8D. RGB value is (160,146,141). Sum of RGB (Red+Green+Blue) = 160+146+141=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A0928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0928D is #5F6D72. Grayscale: #959595. Windows color (decimal): -6253939 or 9278112. OLE color: 9278112.

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

Color convert

RGB160146141-
CMYK00.090.120.37
HSL15.79º9.09%59.02%-
HSV(B)15.79º11.87%62.75%-
XYZ29.5829.9529.42-
YUV149.62123.14135.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=35.79%
G=32.66%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014614100.090.120.3715.799.0959.02
HexA0928D09C251093b
Octal2402222150111445201173
Binary101000001001001010001101010011100100101100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0928D; }

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

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

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

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

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

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

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

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