#A0908A

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

Shades of Zorba #A0908A

Tints of Zorba #A0908A

Color information

#A0908A (or 0xA0908A) is unknown color: approx Zorba. HEX triplet: A0, 90 and 8A. RGB value is (160,144,138). Sum of RGB (Red+Green+Blue) = 160+144+138=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A0908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0908A is #5F6F75. Grayscale: #949494. Windows color (decimal): -6254454 or 9080992. OLE color: 9080992.

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

Color convert

RGB160144138-
CMYK00.10.140.37
HSL16.36º10.38%58.43%-
HSV(B)16.36º13.75%62.75%-
XYZ29.0629.2628.16-
YUV148.1122.3136.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=36.20%
G=32.58%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014413800.10.140.3716.3610.3858.43
HexA0908A0AE2510a3a
Octal2402202120121645201272
Binary101000001001000010001010010101110100101100001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0908A; }

 p { color: rgb(160,144,138); }

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

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

 a { background-color: rgb(160,144,138); }

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

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

 span { border-color: rgb(160,144,138); }

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