#A19183

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

Shades of Zorba #A19183

Tints of Zorba #A19183

Color information

#A19183 (or 0xA19183) is unknown color: approx Zorba. HEX triplet: A1, 91 and 83. RGB value is (161,145,131). Sum of RGB (Red+Green+Blue) = 161+145+131=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A19183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19183 is #5E6E7C. Grayscale: #949494. Windows color (decimal): -6188669 or 8622497. OLE color: 8622497.

HSL color Cylindrical-coordinate representation of color #A19183: hue angle of 28º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19183 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB161145131-
CMYK00.100.190.37
HSL28º13.76%57.25%-
HSV(B)28º18.63%63.14%-
XYZ28.9229.4725.64-
YUV148.19118.3137.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=36.84%
G=33.18%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114513100.100.190.372813.7657.25
HexA191830A13251ce39
Octal2412212030122345341671
Binary1010000110010001100000110101010011100101111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19183; }

 p { color: rgb(161,145,131); }

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

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

 a { background-color: rgb(161,145,131); }

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

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

 span { border-color: rgb(161,145,131); }

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