#A0948A

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

Shades of Zorba #A0948A

Tints of Zorba #A0948A

Color information

#A0948A (or 0xA0948A) is unknown color: approx Zorba. HEX triplet: A0, 94 and 8A. RGB value is (160,148,138). Sum of RGB (Red+Green+Blue) = 160+148+138=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A0948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0948A is #5F6B75. Grayscale: #969696. Windows color (decimal): -6253430 or 9082016. OLE color: 9082016.

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

Color convert

RGB160148138-
CMYK00.070.140.37
HSL27.27º10.38%58.43%-
HSV(B)27.27º13.75%62.75%-
XYZ29.6730.4928.37-
YUV150.45120.98134.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=35.87%
G=33.18%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014813800.070.140.3727.2710.3858.43
HexA0948A07E251ba3a
Octal240224212071645331272
Binary10100000100101001000101001111110100101110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0948A; }

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

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

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

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

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

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

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

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