#A19E9C

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

Shades of Zorba #A19E9C

Tints of Zorba #A19E9C

Color information

#A19E9C (or 0xA19E9C) is unknown color: approx Zorba. HEX triplet: A1, 9E and 9C. RGB value is (161,158,156). Sum of RGB (Red+Green+Blue) = 161+158+156=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19E9C is #5E6163. Grayscale: #9E9E9E. Windows color (decimal): -6185316 or 10264225. OLE color: 10264225.

HSL color Cylindrical-coordinate representation of color #A19E9C: hue angle of 24º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A19E9C is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB161158156-
CMYK00.020.030.37
HSL24º2.59%62.16%-
HSV(B)24º3.11%63.14%-
XYZ32.9334.4336.36-
YUV158.67126.49129.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=33.89%
G=33.26%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115815600.020.030.37242.5962.16
HexA19E9C023251833e
Octal2412362340234530376
Binary101000011001111010011100010111001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E9C; }

 p { color: rgb(161,158,156); }

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

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

 a { background-color: rgb(161,158,156); }

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

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

 span { border-color: rgb(161,158,156); }

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