#A0948B

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

Shades of Zorba #A0948B

Tints of Zorba #A0948B

Color information

#A0948B (or 0xA0948B) is unknown color: approx Zorba. HEX triplet: A0, 94 and 8B. RGB value is (160,148,139). Sum of RGB (Red+Green+Blue) = 160+148+139=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A0948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0948B is #5F6B74. Grayscale: #969696. Windows color (decimal): -6253429 or 9147552. OLE color: 9147552.

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

Color convert

RGB160148139-
CMYK00.070.130.37
HSL25.71º9.95%58.63%-
HSV(B)25.71º13.12%62.75%-
XYZ29.7530.5228.75-
YUV150.56121.48134.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=35.79%
G=33.11%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014813900.070.130.3725.719.9558.63
HexA0948B07D251aa3b
Octal240224213071545321273
Binary10100000100101001000101101111101100101110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0948B; }

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

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

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

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

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

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

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

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