#A0938A

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

Shades of Zorba #A0938A

Tints of Zorba #A0938A

Color information

#A0938A (or 0xA0938A) is unknown color: approx Zorba. HEX triplet: A0, 93 and 8A. RGB value is (160,147,138). Sum of RGB (Red+Green+Blue) = 160+147+138=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A0938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0938A is #5F6C75. Grayscale: #959595. Windows color (decimal): -6253686 or 9081760. OLE color: 9081760.

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

Color convert

RGB160147138-
CMYK00.080.140.37
HSL24.55º10.38%58.43%-
HSV(B)24.55º13.75%62.75%-
XYZ29.5230.1828.31-
YUV149.86121.31135.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=35.96%
G=33.03%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014713800.080.140.3724.5510.3858.43
HexA0938A08E2519a3a
Octal2402232120101645311272
Binary101000001001001110001010010001110100101110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0938A; }

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

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

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

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

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

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

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

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