#A19384

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

Shades of Zorba #A19384

Tints of Zorba #A19384

Color information

#A19384 (or 0xA19384) is unknown color: approx Zorba. HEX triplet: A1, 93 and 84. RGB value is (161,147,132). Sum of RGB (Red+Green+Blue) = 161+147+132=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A19384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19384 is #5E6C7B. Grayscale: #959595. Windows color (decimal): -6188156 or 8688545. OLE color: 8688545.

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

Color convert

RGB161147132-
CMYK00.090.180.37
HSL31.03º13.36%57.45%-
HSV(B)31.03º18.01%63.14%-
XYZ29.330.1126.1-
YUV149.48118.14136.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 132 (51.95% from 255) = 30%
R=36.59%
G=33.41%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114713200.090.180.3731.0313.3657.45
HexA193840912251fd39
Octal2412232040112245371571
Binary1010000110010011100001000100110010100101111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19384; }

 p { color: rgb(161,147,132); }

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

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

 a { background-color: rgb(161,147,132); }

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

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

 span { border-color: rgb(161,147,132); }

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