#A19385

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

Shades of Zorba #A19385

Tints of Zorba #A19385

Color information

#A19385 (or 0xA19385) is unknown color: approx Zorba. HEX triplet: A1, 93 and 85. RGB value is (161,147,133). Sum of RGB (Red+Green+Blue) = 161+147+133=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A19385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19385 is #5E6C7A. Grayscale: #959595. Windows color (decimal): -6188155 or 8754081. OLE color: 8754081.

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

Color convert

RGB161147133-
CMYK00.090.170.37
HSL30º12.96%57.65%-
HSV(B)30º17.39%63.14%-
XYZ29.3730.1426.46-
YUV149.59118.64136.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 147 (57.81% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=36.51%
G=33.33%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114713300.090.170.373012.9657.65
HexA193850911251ed3a
Octal2412232050112145361572
Binary1010000110010011100001010100110001100101111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19385; }

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

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

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

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

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

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

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

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