#A1948C

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

Shades of Zorba #A1948C

Tints of Zorba #A1948C

Color information

#A1948C (or 0xA1948C) is unknown color: approx Zorba. HEX triplet: A1, 94 and 8C. RGB value is (161,148,140). Sum of RGB (Red+Green+Blue) = 161+148+140=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A1948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1948C is #5E6B73. Grayscale: #979797. Windows color (decimal): -6187892 or 9213089. OLE color: 9213089.

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

Color convert

RGB161148140-
CMYK00.080.130.37
HSL22.86º10.05%59.02%-
HSV(B)22.86º13.04%63.14%-
XYZ30.0230.6529.14-
YUV150.98121.81135.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=35.86%
G=32.96%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114814000.080.130.3722.8610.0559.02
HexA1948C08D2517a3b
Octal2412242140101545271273
Binary101000011001010010001100010001101100101101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1948C; }

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

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

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

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

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

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

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

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