#A1948E

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

Shades of Zorba #A1948E

Tints of Zorba #A1948E

Color information

#A1948E (or 0xA1948E) is unknown color: approx Zorba. HEX triplet: A1, 94 and 8E. RGB value is (161,148,142). Sum of RGB (Red+Green+Blue) = 161+148+142=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A1948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1948E is #5E6B71. Grayscale: #979797. Windows color (decimal): -6187890 or 9344161. OLE color: 9344161.

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

Color convert

RGB161148142-
CMYK00.080.120.37
HSL18.95º9.18%59.41%-
HSV(B)18.95º11.8%63.14%-
XYZ30.1730.7129.93-
YUV151.2122.81134.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=35.70%
G=32.82%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114814200.080.120.3718.959.1859.41
HexA1948E08C251393b
Octal2412242160101445231173
Binary101000011001010010001110010001100100101100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1948E; }

 p { color: rgb(161,148,142); }

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

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

 a { background-color: rgb(161,148,142); }

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

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

 span { border-color: rgb(161,148,142); }

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